Html Css Color HEX #C70F2B Fire Engine Red

📋 copy color: '#C70F2B'

red 199 ◦ green 15 ◦ blue 43

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

Shades of Fire Engine Red #C70F2B

Tints of Fire Engine Red #C70F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 77.43%
G = 5.84%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C70F2B (or 0xC70F2B) is known color: Fire Engine Red. HEX triplet: C7, 0F and 2B. RGB value is (199,15,43). Sum of RGB (Red+Green+Blue) = 199+15+43=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F2B is #38F0D4. Grayscale: #494949. Windows color (decimal): -3731669 or 2822087. OLE color: 2822087.

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

Color convert

RGB 199 15 43 -
CMYK 0 0.92 0.78 0.22
HSL 350.87º 0.86% 0.42% -
HSV(B) 350.87º 0.92% 0.78% -
XYZ 24.16 12.66 3.46 -
YUV 73.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 199 15 43 0 0.92 0.78 0.22 350.87 0.86 0.42
Hex C7 F 2B 0 5C 4E 16 15F 56 2A
Octal 307 17 53 0 134 116 26 537 126 52
Binary 11000111 1111 101011 0 1011100 1001110 10110 101011111 1010110 101010

Color Harmonies of #C70F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F2B

Black with #C70F2B

Text Example


Text Example

White with #C70F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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