Html Css Color HEX #C5162B Fire Engine Red

📋 copy color: '#C5162B'

red 197 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #C5162B

Tints of Fire Engine Red #C5162B

RGB

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

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

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

R = 75.19%
G = 8.4%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5162B (or 0xC5162B) is known color: Fire Engine Red. HEX triplet: C5, 16 and 2B. RGB value is (197,22,43). Sum of RGB (Red+Green+Blue) = 197+22+43=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5162B is #3AE9D4. Grayscale: #4C4C4C. Windows color (decimal): -3860949 or 2823877. OLE color: 2823877.

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

Color convert

RGB 197 22 43 -
CMYK 0 0.89 0.78 0.23
HSL 352.8º 0.8% 0.43% -
HSV(B) 352.8º 0.89% 0.77% -
XYZ 23.75 12.62 3.47 -
YUV 76.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 197 22 43 0 0.89 0.78 0.23 352.8 0.8 0.43
Hex C5 16 2B 0 59 4E 17 161 50 2B
Octal 305 26 53 0 131 116 27 541 120 53
Binary 11000101 10110 101011 0 1011001 1001110 10111 101100001 1010000 101011

Color Harmonies of #C5162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5162B

Black with #C5162B

Text Example


Text Example

White with #C5162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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