Html Css Color HEX #C7202A Fire Engine Red

📋 copy color: '#C7202A'

red 199 ◦ green 32 ◦ blue 42

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

Shades of Fire Engine Red #C7202A

Tints of Fire Engine Red #C7202A

RGB

 RED value IS 199 (78.13% from 255) = 72.89%

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

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

R = 72.89%
G = 11.72%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7202A (or 0xC7202A) is known color: Fire Engine Red. HEX triplet: C7, 20 and 2A. RGB value is (199,32,42). Sum of RGB (Red+Green+Blue) = 199+32+42=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C7202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7202A is #38DFD5. Grayscale: #535353. Windows color (decimal): -3727318 or 2760903. OLE color: 2760903.

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

Color convert

RGB 199 32 42 -
CMYK 0 0.84 0.79 0.22
HSL 356.41º 0.72% 0.45% -
HSV(B) 356.41º 0.84% 0.78% -
XYZ 24.49 13.34 3.48 -
YUV 83.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 199 32 42 0 0.84 0.79 0.22 356.41 0.72 0.45
Hex C7 20 2A 0 54 4F 16 164 48 2D
Octal 307 40 52 0 124 117 26 544 110 55
Binary 11000111 100000 101010 0 1010100 1001111 10110 101100100 1001000 101101

Color Harmonies of #C7202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7202A

Black with #C7202A

Text Example


Text Example

White with #C7202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7202A; }

 p { color: rgb(199,32,42); }

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

background-color css

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

 a { background-color: rgb(199,32,42); }

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

border-color css

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

 span { border-color: rgb(199,32,42); }

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