Html Css Color HEX #C5161B Fire Engine Red

📋 copy color: '#C5161B'

red 197 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #C5161B

Tints of Fire Engine Red #C5161B

RGB

 RED value IS 197 (77.34% from 255) = 80.08%

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

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

R = 80.08%
G = 8.94%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5161B (or 0xC5161B) is known color: Fire Engine Red. HEX triplet: C5, 16 and 1B. RGB value is (197,22,27). Sum of RGB (Red+Green+Blue) = 197+22+27=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5161B is #3AE9E4. Grayscale: #4B4B4B. Windows color (decimal): -3860965 or 1775301. OLE color: 1775301.

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

Color convert

RGB 197 22 27 -
CMYK 0 0.89 0.86 0.23
HSL 358.29º 0.8% 0.43% -
HSV(B) 358.29º 0.89% 0.77% -
XYZ 23.51 12.52 2.21 -
YUV 74.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 197 22 27 0 0.89 0.86 0.23 358.29 0.8 0.43
Hex C5 16 1B 0 59 56 17 166 50 2B
Octal 305 26 33 0 131 126 27 546 120 53
Binary 11000101 10110 11011 0 1011001 1010110 10111 101100110 1010000 101011

Color Harmonies of #C5161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5161B

Black with #C5161B

Text Example


Text Example

White with #C5161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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