Html Css Color HEX #C42526 Fire Engine Red

📋 copy color: '#C42526'

red 196 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #C42526

Tints of Fire Engine Red #C42526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 72.32%
G = 13.65%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42526 (or 0xC42526) is known color: Fire Engine Red. HEX triplet: C4, 25 and 26. RGB value is (196,37,38). Sum of RGB (Red+Green+Blue) = 196+37+38=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C42526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42526 is #3BDAD9. Grayscale: #545454. Windows color (decimal): -3922650 or 2500036. OLE color: 2500036.

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

Color convert

RGB 196 37 38 -
CMYK 0 0.81 0.81 0.23
HSL 359.62º 0.68% 0.46% -
HSV(B) 359.62º 0.81% 0.77% -
XYZ 23.78 13.2 3.13 -
YUV 84.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 196 37 38 0 0.81 0.81 0.23 359.62 0.68 0.46
Hex C4 25 26 0 51 51 17 168 44 2E
Octal 304 45 46 0 121 121 27 550 104 56
Binary 11000100 100101 100110 0 1010001 1010001 10111 101101000 1000100 101110

Color Harmonies of #C42526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42526

Black with #C42526

Text Example


Text Example

White with #C42526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42526; }

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

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

background-color css

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

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

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

border-color css

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

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

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