Html Css Color HEX #C51429 Fire Engine Red

📋 copy color: '#C51429'

red 197 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #C51429

Tints of Fire Engine Red #C51429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 76.36%
G = 7.75%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C51429 (or 0xC51429) is known color: Fire Engine Red. HEX triplet: C5, 14 and 29. RGB value is (197,20,41). Sum of RGB (Red+Green+Blue) = 197+20+41=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C51429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51429 is #3AEBD6. Grayscale: #4B4B4B. Windows color (decimal): -3861463 or 2692293. OLE color: 2692293.

HSL color Cylindrical-coordinate representation of color #C51429: hue angle of 352.88º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51429 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 41 -
CMYK 0 0.90 0.79 0.23
HSL 352.88º 0.82% 0.43% -
HSV(B) 352.88º 0.9% 0.77% -
XYZ 23.68 12.53 3.27 -
YUV 75.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 197 20 41 0 0.90 0.79 0.23 352.88 0.82 0.43
Hex C5 14 29 0 5A 4F 17 161 52 2B
Octal 305 24 51 0 132 117 27 541 122 53
Binary 11000101 10100 101001 0 1011010 1001111 10111 101100001 1010010 101011

Color Harmonies of #C51429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51429

Black with #C51429

Text Example


Text Example

White with #C51429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51429; }

 p { color: rgb(197,20,41); }

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

background-color css

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

 a { background-color: rgb(197,20,41); }

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

border-color css

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

 span { border-color: rgb(197,20,41); }

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