Html Css Color HEX #C81E2A Fire Engine Red

📋 copy color: '#C81E2A'

red 200 ◦ green 30 ◦ blue 42

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

Shades of Fire Engine Red #C81E2A

Tints of Fire Engine Red #C81E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 73.53%
G = 11.03%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C81E2A (or 0xC81E2A) is known color: Fire Engine Red. HEX triplet: C8, 1E and 2A. RGB value is (200,30,42). Sum of RGB (Red+Green+Blue) = 200+30+42=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E2A is #37E1D5. Grayscale: #525252. Windows color (decimal): -3662294 or 2760392. OLE color: 2760392.

HSL color Cylindrical-coordinate representation of color #C81E2A: hue angle of 355.76º degrees, saturation: 0.74, 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 #C81E2A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 42 -
CMYK 0 0.85 0.79 0.22
HSL 355.76º 0.74% 0.45% -
HSV(B) 355.76º 0.85% 0.78% -
XYZ 24.7 13.38 3.47 -
YUV 82.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 200 30 42 0 0.85 0.79 0.22 355.76 0.74 0.45
Hex C8 1E 2A 0 55 4F 16 164 4A 2D
Octal 310 36 52 0 125 117 26 544 112 55
Binary 11001000 11110 101010 0 1010101 1001111 10110 101100100 1001010 101101

Color Harmonies of #C81E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E2A

Black with #C81E2A

Text Example


Text Example

White with #C81E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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