Html Css Color HEX #CB1814 Fire Brick

📋 copy color: '#CB1814'

red 203 ◦ green 24 ◦ blue 20

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

Shades of Fire Brick #CB1814

Tints of Fire Brick #CB1814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 82.19%
G = 9.72%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1814 (or 0xCB1814) is known color: Fire Brick. HEX triplet: CB, 18 and 14. RGB value is (203,24,20). Sum of RGB (Red+Green+Blue) = 203+24+20=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1814 is #34E7EB. Grayscale: #4D4D4D. Windows color (decimal): -3467244 or 1317067. OLE color: 1317067.

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

Color convert

RGB 203 24 20 -
CMYK 0 0.88 0.90 0.20
HSL 1.31º 0.82% 0.44% -
HSV(B) 1.31º 0.9% 0.8% -
XYZ 25.08 13.4 1.93 -
YUV 77.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 203 24 20 0 0.88 0.90 0.20 1.31 0.82 0.44
Hex CB 18 14 0 58 5A 14 1 52 2C
Octal 313 30 24 0 130 132 24 1 122 54
Binary 11001011 11000 10100 0 1011000 1011010 10100 1 1010010 101100

Color Harmonies of #CB1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1814

Black with #CB1814

Text Example


Text Example

White with #CB1814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1814; }

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

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

background-color css

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

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

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

border-color css

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

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

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