Html Css Color HEX #CB1713 Fire Brick

📋 copy color: '#CB1713'

red 203 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #CB1713

Tints of Fire Brick #CB1713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 82.86%
G = 9.39%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB1713 (or 0xCB1713) is known color: Fire Brick. HEX triplet: CB, 17 and 13. RGB value is (203,23,19). Sum of RGB (Red+Green+Blue) = 203+23+19=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1713 is #34E8EC. Grayscale: #4C4C4C. Windows color (decimal): -3467501 or 1251275. OLE color: 1251275.

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

Color convert

RGB 203 23 19 -
CMYK 0 0.89 0.91 0.20
HSL 1.3º 0.83% 0.44% -
HSV(B) 1.3º 0.91% 0.8% -
XYZ 25.05 13.36 1.87 -
YUV 76.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 203 23 19 0 0.89 0.91 0.20 1.3 0.83 0.44
Hex CB 17 13 0 59 5B 14 1 53 2C
Octal 313 27 23 0 131 133 24 1 123 54
Binary 11001011 10111 10011 0 1011001 1011011 10100 1 1010011 101100

Color Harmonies of #CB1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1713

Black with #CB1713

Text Example


Text Example

White with #CB1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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