Html Css Color HEX #C80A2A Fire Engine Red

📋 copy color: '#C80A2A'

red 200 ◦ green 10 ◦ blue 42

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

Shades of Fire Engine Red #C80A2A

Tints of Fire Engine Red #C80A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

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

R = 79.37%
G = 3.97%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C80A2A (or 0xC80A2A) is known color: Fire Engine Red. HEX triplet: C8, 0A and 2A. RGB value is (200,10,42). Sum of RGB (Red+Green+Blue) = 200+10+42=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A2A is #37F5D5. Grayscale: #464646. Windows color (decimal): -3667414 or 2755272. OLE color: 2755272.

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

Color convert

RGB 200 10 42 -
CMYK 0 0.95 0.79 0.22
HSL 349.89º 0.9% 0.41% -
HSV(B) 349.89º 0.95% 0.78% -
XYZ 24.35 12.66 3.35 -
YUV 70.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 200 10 42 0 0.95 0.79 0.22 349.89 0.9 0.41
Hex C8 A 2A 0 5F 4F 16 15E 5A 29
Octal 310 12 52 0 137 117 26 536 132 51
Binary 11001000 1010 101010 0 1011111 1001111 10110 101011110 1011010 101001

Color Harmonies of #C80A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A2A

Black with #C80A2A

Text Example


Text Example

White with #C80A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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