Html Css Color HEX #CB1817 Fire Brick

📋 copy color: '#CB1817'

red 203 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #CB1817

Tints of Fire Brick #CB1817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 81.2%
G = 9.6%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB1817 (or 0xCB1817) is known color: Fire Brick. HEX triplet: CB, 18 and 17. RGB value is (203,24,23). Sum of RGB (Red+Green+Blue) = 203+24+23=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1817 is #34E7E8. Grayscale: #4D4D4D. Windows color (decimal): -3467241 or 1513675. OLE color: 1513675.

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

Color convert

RGB 203 24 23 -
CMYK 0 0.88 0.89 0.20
HSL 0.33º 0.8% 0.44% -
HSV(B) 0.33º 0.89% 0.8% -
XYZ 25.11 13.41 2.08 -
YUV 77.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 203 24 23 0 0.88 0.89 0.20 0.33 0.8 0.44
Hex CB 18 17 0 58 59 14 0 50 2C
Octal 313 30 27 0 130 131 24 0 120 54
Binary 11001011 11000 10111 0 1011000 1011001 10100 0 1010000 101100

Color Harmonies of #CB1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1817

Black with #CB1817

Text Example


Text Example

White with #CB1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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