Html Css Color HEX #C70D2B Fire Engine Red

📋 copy color: '#C70D2B'

red 199 ◦ green 13 ◦ blue 43

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

Shades of Fire Engine Red #C70D2B

Tints of Fire Engine Red #C70D2B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

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

R = 78.04%
G = 5.1%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C70D2B (or 0xC70D2B) is known color: Fire Engine Red. HEX triplet: C7, 0D and 2B. RGB value is (199,13,43). Sum of RGB (Red+Green+Blue) = 199+13+43=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D2B is #38F2D4. Grayscale: #484848. Windows color (decimal): -3732181 or 2821575. OLE color: 2821575.

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

Color convert

RGB 199 13 43 -
CMYK 0 0.93 0.78 0.22
HSL 350.32º 0.88% 0.42% -
HSV(B) 350.32º 0.93% 0.78% -
XYZ 24.13 12.6 3.45 -
YUV 72.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 199 13 43 0 0.93 0.78 0.22 350.32 0.88 0.42
Hex C7 D 2B 0 5D 4E 16 15E 58 2A
Octal 307 15 53 0 135 116 26 536 130 52
Binary 11000111 1101 101011 0 1011101 1001110 10110 101011110 1011000 101010

Color Harmonies of #C70D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D2B

Black with #C70D2B

Text Example


Text Example

White with #C70D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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