Html Css Color HEX #C42528 Fire Engine Red

📋 copy color: '#C42528'

red 196 ◦ green 37 ◦ blue 40

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

Shades of Fire Engine Red #C42528

Tints of Fire Engine Red #C42528

RGB

 RED value IS 196 (76.95% from 255) = 71.79%

 GREEN value IS 37 (14.84% from 255) = 13.55%

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

R = 71.79%
G = 13.55%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C42528 (or 0xC42528) is known color: Fire Engine Red. HEX triplet: C4, 25 and 28. RGB value is (196,37,40). Sum of RGB (Red+Green+Blue) = 196+37+40=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C42528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42528 is #3BDAD7. Grayscale: #555555. Windows color (decimal): -3922648 or 2631108. OLE color: 2631108.

HSL color Cylindrical-coordinate representation of color #C42528: hue angle of 358.87º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42528 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 40 -
CMYK 0 0.81 0.80 0.23
HSL 358.87º 0.68% 0.46% -
HSV(B) 358.87º 0.81% 0.77% -
XYZ 23.81 13.21 3.3 -
YUV 84.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 196 37 40 0 0.81 0.80 0.23 358.87 0.68 0.46
Hex C4 25 28 0 51 50 17 167 44 2E
Octal 304 45 50 0 121 120 27 547 104 56
Binary 11000100 100101 101000 0 1010001 1010000 10111 101100111 1000100 101110

Color Harmonies of #C42528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42528

Black with #C42528

Text Example


Text Example

White with #C42528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42528; }

 p { color: rgb(196,37,40); }

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

background-color css

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

 a { background-color: rgb(196,37,40); }

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

border-color css

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

 span { border-color: rgb(196,37,40); }

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