Html Css Color HEX #C80B2A Fire Engine Red

📋 copy color: '#C80B2A'

red 200 ◦ green 11 ◦ blue 42

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

Shades of Fire Engine Red #C80B2A

Tints of Fire Engine Red #C80B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

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

R = 79.05%
G = 4.35%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C80B2A (or 0xC80B2A) is known color: Fire Engine Red. HEX triplet: C8, 0B and 2A. RGB value is (200,11,42). Sum of RGB (Red+Green+Blue) = 200+11+42=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B2A is #37F4D5. Grayscale: #474747. Windows color (decimal): -3667158 or 2755528. OLE color: 2755528.

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

Color convert

RGB 200 11 42 -
CMYK 0 0.94 0.79 0.22
HSL 350.16º 0.9% 0.41% -
HSV(B) 350.16º 0.95% 0.78% -
XYZ 24.36 12.69 3.36 -
YUV 71.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 200 11 42 0 0.94 0.79 0.22 350.16 0.9 0.41
Hex C8 B 2A 0 5E 4F 16 15E 5A 29
Octal 310 13 52 0 136 117 26 536 132 51
Binary 11001000 1011 101010 0 1011110 1001111 10110 101011110 1011010 101001

Color Harmonies of #C80B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B2A

Black with #C80B2A

Text Example


Text Example

White with #C80B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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