Html Css Color HEX #C7202B Fire Engine Red

📋 copy color: '#C7202B'

red 199 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #C7202B

Tints of Fire Engine Red #C7202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 72.63%
G = 11.68%
B = 15.69%

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

#C7202B (or 0xC7202B) is known color: Fire Engine Red. HEX triplet: C7, 20 and 2B. RGB value is (199,32,43). Sum of RGB (Red+Green+Blue) = 199+32+43=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C7202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7202B is #38DFD4. Grayscale: #535353. Windows color (decimal): -3727317 or 2826439. OLE color: 2826439.

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

Color convert

RGB 199 32 43 -
CMYK 0 0.84 0.78 0.22
HSL 356.05º 0.72% 0.45% -
HSV(B) 356.05º 0.84% 0.78% -
XYZ 24.51 13.35 3.57 -
YUV 83.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 199 32 43 0 0.84 0.78 0.22 356.05 0.72 0.45
Hex C7 20 2B 0 54 4E 16 164 48 2D
Octal 307 40 53 0 124 116 26 544 110 55
Binary 11000111 100000 101011 0 1010100 1001110 10110 101100100 1001000 101101

Color Harmonies of #C7202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7202B

Black with #C7202B

Text Example


Text Example

White with #C7202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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