Html Css Color HEX #C51428 Fire Engine Red

📋 copy color: '#C51428'

red 197 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #C51428

Tints of Fire Engine Red #C51428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 76.65%
G = 7.78%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C51428 (or 0xC51428) is known color: Fire Engine Red. HEX triplet: C5, 14 and 28. RGB value is (197,20,40). Sum of RGB (Red+Green+Blue) = 197+20+40=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C51428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51428 is #3AEBD7. Grayscale: #4B4B4B. Windows color (decimal): -3861464 or 2626757. OLE color: 2626757.

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

Color convert

RGB 197 20 40 -
CMYK 0 0.90 0.80 0.23
HSL 353.22º 0.82% 0.43% -
HSV(B) 353.22º 0.9% 0.77% -
XYZ 23.66 12.52 3.18 -
YUV 75.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 197 20 40 0 0.90 0.80 0.23 353.22 0.82 0.43
Hex C5 14 28 0 5A 50 17 161 52 2B
Octal 305 24 50 0 132 120 27 541 122 53
Binary 11000101 10100 101000 0 1011010 1010000 10111 101100001 1010010 101011

Color Harmonies of #C51428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51428

Black with #C51428

Text Example


Text Example

White with #C51428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51428; }

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

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

background-color css

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

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

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

border-color css

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

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

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