Html Css Color HEX #C81317 Fire Engine Red

📋 copy color: '#C81317'

red 200 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #C81317

Tints of Fire Engine Red #C81317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 82.64%
G = 7.85%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81317 (or 0xC81317) is known color: Fire Engine Red. HEX triplet: C8, 13 and 17. RGB value is (200,19,23). Sum of RGB (Red+Green+Blue) = 200+19+23=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81317 is #37ECE8. Grayscale: #494949. Windows color (decimal): -3665129 or 1512392. OLE color: 1512392.

HSL color Cylindrical-coordinate representation of color #C81317: hue angle of 358.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81317 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 23 -
CMYK 0 0.90 0.88 0.22
HSL 358.67º 0.83% 0.43% -
HSV(B) 358.67º 0.91% 0.78% -
XYZ 24.21 12.81 2.01 -
YUV 73.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 200 19 23 0 0.90 0.88 0.22 358.67 0.83 0.43
Hex C8 13 17 0 5A 58 16 167 53 2B
Octal 310 23 27 0 132 130 26 547 123 53
Binary 11001000 10011 10111 0 1011010 1011000 10110 101100111 1010011 101011

Color Harmonies of #C81317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81317

Black with #C81317

Text Example


Text Example

White with #C81317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81317; }

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

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

background-color css

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

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

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

border-color css

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

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

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