#cb1e1a

Color #CB1E1A Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #CB1E1A

Tints of Fire Brick #CB1E1A

Color information

#CB1E1A (or 0xCB1E1A) is unknown color: approx Fire Brick. HEX triplet: CB, 1E and 1A. RGB value is (203,30,26). Sum of RGB (Red+Green+Blue) = 203+30+26=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E1A is #34E1E5. Grayscale: #515151. Windows color (decimal): -3465702 or 1711819. OLE color: 1711819.

HSL color Cylindrical-coordinate representation of color #CB1E1A: hue angle of 1.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1E1A is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB2033026-
CMYK00.850.870.20
HSL1.36º77.29%44.9%-
HSV(B)1.36º87.19%79.61%-
XYZ25.2813.72.29-
YUV81.2796.81214.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 78.38%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=78.38%
G=11.58%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203302600.850.870.201.3677.2944.9
HexCB1E1A055571414d2d
Octal3133632012512724111555
Binary1100101111110110100101010110101111010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb1e1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb1e1a; }

 p { color: rgb(203,30,26); }

 H1.HeaderClassName
 {
   color: #cb1e1a;
 }
 .AnyTagClassName
 {
   color: #cb1e1a;
 }
</style>
background-color css

<style>
 a { background-color: #cb1e1a; }

 a { background-color: rgb(203,30,26); }

 div.DivClassName
 {
   background-color: #cb1e1a;
 }
 .BgClassName
 {
   background-color: #cb1e1a;
 }
</style>
border-color css

<style>
 span { border-color: #cb1e1a; }

 span { border-color: rgb(203,30,26); }

 td.TdClassName
 {
   border-color: #cb1e1a;
 }
 .TagClassName
 {
   border-color: #cb1e1a;
 }
</style>