Html Css Color HEX #C70827 Fire Engine Red

📋 copy color: '#C70827'

red 199 ◦ green 8 ◦ blue 39

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

Shades of Fire Engine Red #C70827

Tints of Fire Engine Red #C70827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 80.89%
G = 3.25%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C70827 (or 0xC70827) is known color: Fire Engine Red. HEX triplet: C7, 08 and 27. RGB value is (199,8,39). Sum of RGB (Red+Green+Blue) = 199+8+39=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C70827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70827 is #38F7D8. Grayscale: #444444. Windows color (decimal): -3733465 or 2558151. OLE color: 2558151.

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

Color convert

RGB 199 8 39 -
CMYK 0 0.96 0.80 0.22
HSL 350.26º 0.92% 0.41% -
HSV(B) 350.26º 0.96% 0.78% -
XYZ 24.01 12.46 3.06 -
YUV 68.64 111.28 220.98 -
System Red Green Blue C M Y K H S L
Decimal 199 8 39 0 0.96 0.80 0.22 350.26 0.92 0.41
Hex C7 8 27 0 60 50 16 15E 5C 29
Octal 307 10 47 0 140 120 26 536 134 51
Binary 11000111 1000 100111 0 1100000 1010000 10110 101011110 1011100 101001

Color Harmonies of #C70827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70827

Black with #C70827

Text Example


Text Example

White with #C70827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70827; }

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

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

background-color css

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

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

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

border-color css

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

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

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