Html Css Color HEX #CB1714 Fire Brick

📋 copy color: '#CB1714'

red 203 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #CB1714

Tints of Fire Brick #CB1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 82.52%
G = 9.35%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1714 (or 0xCB1714) is known color: Fire Brick. HEX triplet: CB, 17 and 14. RGB value is (203,23,20). Sum of RGB (Red+Green+Blue) = 203+23+20=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1714 is #34E8EB. Grayscale: #4C4C4C. Windows color (decimal): -3467500 or 1316811. OLE color: 1316811.

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

Color convert

RGB 203 23 20 -
CMYK 0 0.89 0.90 0.20
HSL 0.98º 0.82% 0.44% -
HSV(B) 0.98º 0.9% 0.8% -
XYZ 25.06 13.36 1.92 -
YUV 76.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 203 23 20 0 0.89 0.90 0.20 0.98 0.82 0.44
Hex CB 17 14 0 59 5A 14 1 52 2C
Octal 313 27 24 0 131 132 24 1 122 54
Binary 11001011 10111 10100 0 1011001 1011010 10100 1 1010010 101100

Color Harmonies of #CB1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1714

Black with #CB1714

Text Example


Text Example

White with #CB1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1714; }

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

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

background-color css

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

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

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

border-color css

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

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

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