Html Css Color HEX #CB1616 Fire Brick

📋 copy color: '#CB1616'

red 203 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #CB1616

Tints of Fire Brick #CB1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 82.19%
G = 8.91%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB1616 (or 0xCB1616) is known color: Fire Brick. HEX triplet: CB, 16 and 16. RGB value is (203,22,22). Sum of RGB (Red+Green+Blue) = 203+22+22=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1616 is #34E9E9. Grayscale: #4C4C4C. Windows color (decimal): -3467754 or 1447627. OLE color: 1447627.

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

Color convert

RGB 203 22 22 -
CMYK 0 0.89 0.89 0.20
HSL 0.8% 0.44% -
HSV(B) 0.89% 0.8% -
XYZ 25.06 13.33 2.01 -
YUV 76.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 203 22 22 0 0.89 0.89 0.20 0 0.8 0.44
Hex CB 16 16 0 59 59 14 0 50 2C
Octal 313 26 26 0 131 131 24 0 120 54
Binary 11001011 10110 10110 0 1011001 1011001 10100 0 1010000 101100

Color Harmonies of #CB1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1616

Black with #CB1616

Text Example


Text Example

White with #CB1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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