Html Css Color HEX #C7022F Fire Engine Red

📋 copy color: '#C7022F'

red 199 ◦ green 2 ◦ blue 47

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

Shades of Fire Engine Red #C7022F

Tints of Fire Engine Red #C7022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 80.24%
G = 0.81%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7022F (or 0xC7022F) is known color: Fire Engine Red. HEX triplet: C7, 02 and 2F. RGB value is (199,2,47). Sum of RGB (Red+Green+Blue) = 199+2+47=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C7022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7022F is #38FDD0. Grayscale: #424242. Windows color (decimal): -3734993 or 3080903. OLE color: 3080903.

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

Color convert

RGB 199 2 47 -
CMYK 0 0.99 0.76 0.22
HSL 346.29º 0.98% 0.39% -
HSV(B) 346.29º 0.99% 0.78% -
XYZ 24.09 12.39 3.81 -
YUV 66.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 199 2 47 0 0.99 0.76 0.22 346.29 0.98 0.39
Hex C7 2 2F 0 63 4C 16 15A 62 27
Octal 307 2 57 0 143 114 26 532 142 47
Binary 11000111 10 101111 0 1100011 1001100 10110 101011010 1100010 100111

Color Harmonies of #C7022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7022F

Black with #C7022F

Text Example


Text Example

White with #C7022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7022F; }

 p { color: rgb(199,2,47); }

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

background-color css

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

 a { background-color: rgb(199,2,47); }

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

border-color css

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

 span { border-color: rgb(199,2,47); }

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