Html Css Color HEX #C41525 Fire Engine Red

📋 copy color: '#C41525'

red 196 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #C41525

Tints of Fire Engine Red #C41525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 77.17%
G = 8.27%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41525 (or 0xC41525) is known color: Fire Engine Red. HEX triplet: C4, 15 and 25. RGB value is (196,21,37). Sum of RGB (Red+Green+Blue) = 196+21+37=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41525 is #3BEADA. Grayscale: #4B4B4B. Windows color (decimal): -3926747 or 2430404. OLE color: 2430404.

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

Color convert

RGB 196 21 37 -
CMYK 0 0.89 0.81 0.23
HSL 354.51º 0.81% 0.43% -
HSV(B) 354.51º 0.89% 0.77% -
XYZ 23.37 12.41 2.91 -
YUV 75.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 196 21 37 0 0.89 0.81 0.23 354.51 0.81 0.43
Hex C4 15 25 0 59 51 17 163 51 2B
Octal 304 25 45 0 131 121 27 543 121 53
Binary 11000100 10101 100101 0 1011001 1010001 10111 101100011 1010001 101011

Color Harmonies of #C41525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41525

Black with #C41525

Text Example


Text Example

White with #C41525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41525; }

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

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

background-color css

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

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

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

border-color css

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

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

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