Html Css Color HEX #C7162B Fire Engine Red

📋 copy color: '#C7162B'

red 199 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #C7162B

Tints of Fire Engine Red #C7162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 75.38%
G = 8.33%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7162B (or 0xC7162B) is known color: Fire Engine Red. HEX triplet: C7, 16 and 2B. RGB value is (199,22,43). Sum of RGB (Red+Green+Blue) = 199+22+43=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7162B is #38E9D4. Grayscale: #4D4D4D. Windows color (decimal): -3729877 or 2823879. OLE color: 2823879.

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

Color convert

RGB 199 22 43 -
CMYK 0 0.89 0.78 0.22
HSL 352.88º 0.8% 0.43% -
HSV(B) 352.88º 0.89% 0.78% -
XYZ 24.28 12.89 3.49 -
YUV 77.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 199 22 43 0 0.89 0.78 0.22 352.88 0.8 0.43
Hex C7 16 2B 0 59 4E 16 161 50 2B
Octal 307 26 53 0 131 116 26 541 120 53
Binary 11000111 10110 101011 0 1011001 1001110 10110 101100001 1010000 101011

Color Harmonies of #C7162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7162B

Black with #C7162B

Text Example


Text Example

White with #C7162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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