Html Css Color HEX #C51522 Fire Engine Red

📋 copy color: '#C51522'

red 197 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #C51522

Tints of Fire Engine Red #C51522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 78.17%
G = 8.33%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C51522 (or 0xC51522) is known color: Fire Engine Red. HEX triplet: C5, 15 and 22. RGB value is (197,21,34). Sum of RGB (Red+Green+Blue) = 197+21+34=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C51522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51522 is #3AEADD. Grayscale: #4B4B4B. Windows color (decimal): -3861214 or 2233797. OLE color: 2233797.

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

Color convert

RGB 197 21 34 -
CMYK 0 0.89 0.83 0.23
HSL 355.57º 0.81% 0.43% -
HSV(B) 355.57º 0.89% 0.77% -
XYZ 23.58 12.52 2.69 -
YUV 75.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 197 21 34 0 0.89 0.83 0.23 355.57 0.81 0.43
Hex C5 15 22 0 59 53 17 164 51 2B
Octal 305 25 42 0 131 123 27 544 121 53
Binary 11000101 10101 100010 0 1011001 1010011 10111 101100100 1010001 101011

Color Harmonies of #C51522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51522

Black with #C51522

Text Example


Text Example

White with #C51522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51522; }

 p { color: rgb(197,21,34); }

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

background-color css

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

 a { background-color: rgb(197,21,34); }

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

border-color css

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

 span { border-color: rgb(197,21,34); }

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