Html Css Color HEX #C70927 Fire Engine Red

📋 copy color: '#C70927'

red 199 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #C70927

Tints of Fire Engine Red #C70927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 80.57%
G = 3.64%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C70927 (or 0xC70927) is known color: Fire Engine Red. HEX triplet: C7, 09 and 27. RGB value is (199,9,39). Sum of RGB (Red+Green+Blue) = 199+9+39=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C70927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70927 is #38F6D8. Grayscale: #454545. Windows color (decimal): -3733209 or 2558407. OLE color: 2558407.

HSL color Cylindrical-coordinate representation of color #C70927: hue angle of 350.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70927 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 9 39 -
CMYK 0 0.95 0.80 0.22
HSL 350.53º 0.91% 0.41% -
HSV(B) 350.53º 0.95% 0.78% -
XYZ 24.02 12.48 3.06 -
YUV 69.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 199 9 39 0 0.95 0.80 0.22 350.53 0.91 0.41
Hex C7 9 27 0 5F 50 16 15F 5B 29
Octal 307 11 47 0 137 120 26 537 133 51
Binary 11000111 1001 100111 0 1011111 1010000 10110 101011111 1011011 101001

Color Harmonies of #C70927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70927

Black with #C70927

Text Example


Text Example

White with #C70927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70927; }

 p { color: rgb(199,9,39); }

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

background-color css

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

 a { background-color: rgb(199,9,39); }

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

border-color css

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

 span { border-color: rgb(199,9,39); }

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