Html Css Color HEX #C5121B Fire Engine Red

📋 copy color: '#C5121B'

red 197 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #C5121B

Tints of Fire Engine Red #C5121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 81.4%
G = 7.44%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5121B (or 0xC5121B) is known color: Fire Engine Red. HEX triplet: C5, 12 and 1B. RGB value is (197,18,27). Sum of RGB (Red+Green+Blue) = 197+18+27=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C5121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5121B is #3AEDE4. Grayscale: #484848. Windows color (decimal): -3861989 or 1774277. OLE color: 1774277.

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

Color convert

RGB 197 18 27 -
CMYK 0 0.91 0.86 0.23
HSL 356.98º 0.83% 0.42% -
HSV(B) 356.98º 0.91% 0.77% -
XYZ 23.44 12.38 2.19 -
YUV 72.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 197 18 27 0 0.91 0.86 0.23 356.98 0.83 0.42
Hex C5 12 1B 0 5B 56 17 165 53 2A
Octal 305 22 33 0 133 126 27 545 123 52
Binary 11000101 10010 11011 0 1011011 1010110 10111 101100101 1010011 101010

Color Harmonies of #C5121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5121B

Black with #C5121B

Text Example


Text Example

White with #C5121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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