Html Css Color HEX #C81E17 Fire Brick

📋 copy color: '#C81E17'

red 200 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #C81E17

Tints of Fire Brick #C81E17

RGB

 RED value IS 200 (78.52% from 255) = 79.05%

 GREEN value IS 30 (12.11% from 255) = 11.86%

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

R = 79.05%
G = 11.86%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81E17 (or 0xC81E17) is known color: Fire Brick. HEX triplet: C8, 1E and 17. RGB value is (200,30,23). Sum of RGB (Red+Green+Blue) = 200+30+23=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E17 is #37E1E8. Grayscale: #505050. Windows color (decimal): -3662313 or 1515208. OLE color: 1515208.

HSL color Cylindrical-coordinate representation of color #C81E17: hue angle of 2.37º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81E17 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 23 -
CMYK 0 0.85 0.88 0.22
HSL 2.37º 0.79% 0.44% -
HSV(B) 2.37º 0.89% 0.78% -
XYZ 24.44 13.27 2.08 -
YUV 80.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 200 30 23 0 0.85 0.88 0.22 2.37 0.79 0.44
Hex C8 1E 17 0 55 58 16 2 4F 2C
Octal 310 36 27 0 125 130 26 2 117 54
Binary 11001000 11110 10111 0 1010101 1011000 10110 10 1001111 101100

Color Harmonies of #C81E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E17

Black with #C81E17

Text Example


Text Example

White with #C81E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E17; }

 p { color: rgb(200,30,23); }

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

background-color css

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

 a { background-color: rgb(200,30,23); }

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

border-color css

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

 span { border-color: rgb(200,30,23); }

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