Html Css Color HEX #C8052D Fire Engine Red

📋 copy color: '#C8052D'

red 200 ◦ green 5 ◦ blue 45

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

Shades of Fire Engine Red #C8052D

Tints of Fire Engine Red #C8052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 80%
G = 2%
B = 18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8052D (or 0xC8052D) is known color: Fire Engine Red. HEX triplet: C8, 05 and 2D. RGB value is (200,5,45). Sum of RGB (Red+Green+Blue) = 200+5+45=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8052D is #37FAD2. Grayscale: #434343. Windows color (decimal): -3668691 or 2950600. OLE color: 2950600.

HSL color Cylindrical-coordinate representation of color #C8052D: hue angle of 347.69º 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 #C8052D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 45 -
CMYK 0 0.98 0.78 0.22
HSL 347.69º 0.95% 0.4% -
HSV(B) 347.69º 0.98% 0.78% -
XYZ 24.35 12.58 3.63 -
YUV 67.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 200 5 45 0 0.98 0.78 0.22 347.69 0.95 0.4
Hex C8 5 2D 0 62 4E 16 15C 5F 28
Octal 310 5 55 0 142 116 26 534 137 50
Binary 11001000 101 101101 0 1100010 1001110 10110 101011100 1011111 101000

Color Harmonies of #C8052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8052D

Black with #C8052D

Text Example


Text Example

White with #C8052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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