Html Css Color HEX #C0161E Fire Engine Red

📋 copy color: '#C0161E'

red 192 ◦ green 22 ◦ blue 30

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

Shades of Fire Engine Red #C0161E

Tints of Fire Engine Red #C0161E

RGB

 RED value IS 192 (75.39% from 255) = 78.69%

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

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 78.69%
G = 9.02%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0161E (or 0xC0161E) is known color: Fire Engine Red. HEX triplet: C0, 16 and 1E. RGB value is (192,22,30). Sum of RGB (Red+Green+Blue) = 192+22+30=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C0161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0161E is #3FE9E1. Grayscale: #494949. Windows color (decimal): -4188642 or 1971904. OLE color: 1971904.

HSL color Cylindrical-coordinate representation of color #C0161E: hue angle of 357.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0161E is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 30 -
CMYK 0 0.89 0.84 0.25
HSL 357.18º 0.79% 0.42% -
HSV(B) 357.18º 0.89% 0.75% -
XYZ 22.26 11.87 2.35 -
YUV 73.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 192 22 30 0 0.89 0.84 0.25 357.18 0.79 0.42
Hex C0 16 1E 0 59 54 19 165 4F 2A
Octal 300 26 36 0 131 124 31 545 117 52
Binary 11000000 10110 11110 0 1011001 1010100 11001 101100101 1001111 101010

Color Harmonies of #C0161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0161E

Black with #C0161E

Text Example


Text Example

White with #C0161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0161E; }

 p { color: rgb(192,22,30); }

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

background-color css

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

 a { background-color: rgb(192,22,30); }

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

border-color css

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

 span { border-color: rgb(192,22,30); }

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