Html Css Color HEX #C8052E Fire Engine Red

📋 copy color: '#C8052E'

red 200 ◦ green 5 ◦ blue 46

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

Shades of Fire Engine Red #C8052E

Tints of Fire Engine Red #C8052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 79.68%
G = 1.99%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8052E (or 0xC8052E) is known color: Fire Engine Red. HEX triplet: C8, 05 and 2E. RGB value is (200,5,46). Sum of RGB (Red+Green+Blue) = 200+5+46=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8052E is #37FAD1. Grayscale: #444444. Windows color (decimal): -3668690 or 3016136. OLE color: 3016136.

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

Color convert

RGB 200 5 46 -
CMYK 0 0.98 0.77 0.22
HSL 347.38º 0.95% 0.4% -
HSV(B) 347.38º 0.98% 0.78% -
XYZ 24.37 12.59 3.73 -
YUV 67.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 200 5 46 0 0.98 0.77 0.22 347.38 0.95 0.4
Hex C8 5 2E 0 62 4D 16 15B 5F 28
Octal 310 5 56 0 142 115 26 533 137 50
Binary 11001000 101 101110 0 1100010 1001101 10110 101011011 1011111 101000

Color Harmonies of #C8052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8052E

Black with #C8052E

Text Example


Text Example

White with #C8052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8052E; }

 p { color: rgb(200,5,46); }

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

background-color css

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

 a { background-color: rgb(200,5,46); }

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

border-color css

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

 span { border-color: rgb(200,5,46); }

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