Html Css Color HEX #C81F22 Fire Engine Red

📋 copy color: '#C81F22'

red 200 ◦ green 31 ◦ blue 34

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

Shades of Fire Engine Red #C81F22

Tints of Fire Engine Red #C81F22

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 75.47%
G = 11.7%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C81F22 (or 0xC81F22) is known color: Fire Engine Red. HEX triplet: C8, 1F and 22. RGB value is (200,31,34). Sum of RGB (Red+Green+Blue) = 200+31+34=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F22 is #37E0DD. Grayscale: #525252. Windows color (decimal): -3662046 or 2236360. OLE color: 2236360.

HSL color Cylindrical-coordinate representation of color #C81F22: hue angle of 358.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F22 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 34 -
CMYK 0 0.84 0.83 0.22
HSL 358.93º 0.73% 0.45% -
HSV(B) 358.93º 0.85% 0.78% -
XYZ 24.6 13.37 2.8 -
YUV 81.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 200 31 34 0 0.84 0.83 0.22 358.93 0.73 0.45
Hex C8 1F 22 0 54 53 16 167 49 2D
Octal 310 37 42 0 124 123 26 547 111 55
Binary 11001000 11111 100010 0 1010100 1010011 10110 101100111 1001001 101101

Color Harmonies of #C81F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F22

Black with #C81F22

Text Example


Text Example

White with #C81F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F22; }

 p { color: rgb(200,31,34); }

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

background-color css

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

 a { background-color: rgb(200,31,34); }

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

border-color css

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

 span { border-color: rgb(200,31,34); }

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