Html Css Color HEX #CB1B18 Fire Brick

📋 copy color: '#CB1B18'

red 203 ◦ green 27 ◦ blue 24

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

Shades of Fire Brick #CB1B18

Tints of Fire Brick #CB1B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

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

R = 79.92%
G = 10.63%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB1B18 (or 0xCB1B18) is known color: Fire Brick. HEX triplet: CB, 1B and 18. RGB value is (203,27,24). Sum of RGB (Red+Green+Blue) = 203+27+24=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1B18 is #34E4E7. Grayscale: #4F4F4F. Windows color (decimal): -3466472 or 1579979. OLE color: 1579979.

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

Color convert

RGB 203 27 24 -
CMYK 0 0.87 0.88 0.20
HSL 1.01º 0.79% 0.45% -
HSV(B) 1.01º 0.88% 0.8% -
XYZ 25.19 13.55 2.15 -
YUV 79.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 203 27 24 0 0.87 0.88 0.20 1.01 0.79 0.45
Hex CB 1B 18 0 57 58 14 1 4F 2D
Octal 313 33 30 0 127 130 24 1 117 55
Binary 11001011 11011 11000 0 1010111 1011000 10100 1 1001111 101101

Color Harmonies of #CB1B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1B18

Black with #CB1B18

Text Example


Text Example

White with #CB1B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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