Html Css Color HEX #C8202C Fire Engine Red

📋 copy color: '#C8202C'

red 200 ◦ green 32 ◦ blue 44

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

Shades of Fire Engine Red #C8202C

Tints of Fire Engine Red #C8202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 72.46%
G = 11.59%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8202C (or 0xC8202C) is known color: Fire Engine Red. HEX triplet: C8, 20 and 2C. RGB value is (200,32,44). Sum of RGB (Red+Green+Blue) = 200+32+44=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8202C is #37DFD3. Grayscale: #535353. Windows color (decimal): -3661780 or 2891976. OLE color: 2891976.

HSL color Cylindrical-coordinate representation of color #C8202C: hue angle of 355.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8202C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 44 -
CMYK 0 0.84 0.78 0.22
HSL 355.71º 0.72% 0.45% -
HSV(B) 355.71º 0.84% 0.78% -
XYZ 24.79 13.49 3.68 -
YUV 83.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 200 32 44 0 0.84 0.78 0.22 355.71 0.72 0.45
Hex C8 20 2C 0 54 4E 16 164 48 2D
Octal 310 40 54 0 124 116 26 544 110 55
Binary 11001000 100000 101100 0 1010100 1001110 10110 101100100 1001000 101101

Color Harmonies of #C8202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8202C

Black with #C8202C

Text Example


Text Example

White with #C8202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8202C; }

 p { color: rgb(200,32,44); }

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

background-color css

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

 a { background-color: rgb(200,32,44); }

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

border-color css

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

 span { border-color: rgb(200,32,44); }

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