Html Css Color HEX #CB1918 Fire Brick

📋 copy color: '#CB1918'

red 203 ◦ green 25 ◦ blue 24

#CB1918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #CB1918

Tints of Fire Brick #CB1918

RGB

 RED value IS 203 (79.69% from 255) = 80.56%

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 80.56%
G = 9.92%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB1918 (or 0xCB1918) is known color: Fire Brick. HEX triplet: CB, 19 and 18. RGB value is (203,25,24). Sum of RGB (Red+Green+Blue) = 203+25+24=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1918 is #34E6E7. Grayscale: #4E4E4E. Windows color (decimal): -3466984 or 1579467. OLE color: 1579467.

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

Color convert

RGB 203 25 24 -
CMYK 0 0.88 0.88 0.20
HSL 0.34º 0.79% 0.45% -
HSV(B) 0.34º 0.88% 0.8% -
XYZ 25.14 13.46 2.14 -
YUV 78.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 203 25 24 0 0.88 0.88 0.20 0.34 0.79 0.45
Hex CB 19 18 0 58 58 14 0 4F 2D
Octal 313 31 30 0 130 130 24 0 117 55
Binary 11001011 11001 11000 0 1011000 1011000 10100 0 1001111 101101

Color Harmonies of #CB1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1918

Black with #CB1918

Text Example


Text Example

White with #CB1918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1918; }

 p { color: rgb(203,25,24); }

 H1.HeaderClassName
 {
   color: #CB1918;
 }
 .AnyTagClassName
 {
   color: #CB1918;
 }
</style>

background-color css

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

 a { background-color: rgb(203,25,24); }

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

border-color css

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

 span { border-color: rgb(203,25,24); }

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