Html Css Color HEX #C0161B Fire Engine Red

📋 copy color: '#C0161B'

red 192 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #C0161B

Tints of Fire Engine Red #C0161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 79.67%
G = 9.13%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0161B (or 0xC0161B) is known color: Fire Engine Red. HEX triplet: C0, 16 and 1B. RGB value is (192,22,27). Sum of RGB (Red+Green+Blue) = 192+22+27=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0161B is #3FE9E4. Grayscale: #494949. Windows color (decimal): -4188645 or 1775296. OLE color: 1775296.

HSL color Cylindrical-coordinate representation of color #C0161B: hue angle of 358.24º 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 #C0161B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 27 -
CMYK 0 0.89 0.86 0.25
HSL 358.24º 0.79% 0.42% -
HSV(B) 358.24º 0.89% 0.75% -
XYZ 22.22 11.86 2.15 -
YUV 73.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 192 22 27 0 0.89 0.86 0.25 358.24 0.79 0.42
Hex C0 16 1B 0 59 56 19 166 4F 2A
Octal 300 26 33 0 131 126 31 546 117 52
Binary 11000000 10110 11011 0 1011001 1010110 11001 101100110 1001111 101010

Color Harmonies of #C0161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0161B

Black with #C0161B

Text Example


Text Example

White with #C0161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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