Html Css Color HEX #C81720 Fire Engine Red

📋 copy color: '#C81720'

red 200 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #C81720

Tints of Fire Engine Red #C81720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 78.43%
G = 9.02%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C81720 (or 0xC81720) is known color: Fire Engine Red. HEX triplet: C8, 17 and 20. RGB value is (200,23,32). Sum of RGB (Red+Green+Blue) = 200+23+32=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C81720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81720 is #37E8DF. Grayscale: #4D4D4D. Windows color (decimal): -3664096 or 2103240. OLE color: 2103240.

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

Color convert

RGB 200 23 32 -
CMYK 0 0.88 0.84 0.22
HSL 356.95º 0.79% 0.44% -
HSV(B) 356.95º 0.89% 0.78% -
XYZ 24.39 13 2.59 -
YUV 76.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 200 23 32 0 0.88 0.84 0.22 356.95 0.79 0.44
Hex C8 17 20 0 58 54 16 165 4F 2C
Octal 310 27 40 0 130 124 26 545 117 54
Binary 11001000 10111 100000 0 1011000 1010100 10110 101100101 1001111 101100

Color Harmonies of #C81720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81720

Black with #C81720

Text Example


Text Example

White with #C81720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81720; }

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

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

background-color css

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

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

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

border-color css

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

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

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