Html Css Color HEX #CB1818 Fire Brick

📋 copy color: '#CB1818'

red 203 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #CB1818

Tints of Fire Brick #CB1818

RGB

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

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

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

R = 80.88%
G = 9.56%
B = 9.56%

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

#CB1818 (or 0xCB1818) is known color: Fire Brick. HEX triplet: CB, 18 and 18. RGB value is (203,24,24). Sum of RGB (Red+Green+Blue) = 203+24+24=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1818 is #34E7E7. Grayscale: #4D4D4D. Windows color (decimal): -3467240 or 1579211. OLE color: 1579211.

HSL color Cylindrical-coordinate representation of color #CB1818: hue angle of 0º 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 #CB1818 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 24 -
CMYK 0 0.88 0.88 0.20
HSL 0.79% 0.45% -
HSV(B) 0.88% 0.8% -
XYZ 25.12 13.42 2.13 -
YUV 77.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 203 24 24 0 0.88 0.88 0.20 0 0.79 0.45
Hex CB 18 18 0 58 58 14 0 4F 2D
Octal 313 30 30 0 130 130 24 0 117 55
Binary 11001011 11000 11000 0 1011000 1011000 10100 0 1001111 101101

Color Harmonies of #CB1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1818

Black with #CB1818

Text Example


Text Example

White with #CB1818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1818; }

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

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

background-color css

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

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

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

border-color css

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

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

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