Html Css Color HEX #C41325 Fire Engine Red

📋 copy color: '#C41325'

red 196 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #C41325

Tints of Fire Engine Red #C41325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 77.78%
G = 7.54%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41325 (or 0xC41325) is known color: Fire Engine Red. HEX triplet: C4, 13 and 25. RGB value is (196,19,37). Sum of RGB (Red+Green+Blue) = 196+19+37=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C41325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41325 is #3BECDA. Grayscale: #4A4A4A. Windows color (decimal): -3927259 or 2429892. OLE color: 2429892.

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

Color convert

RGB 196 19 37 -
CMYK 0 0.90 0.81 0.23
HSL 353.9º 0.82% 0.42% -
HSV(B) 353.9º 0.9% 0.77% -
XYZ 23.33 12.34 2.9 -
YUV 73.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 196 19 37 0 0.90 0.81 0.23 353.9 0.82 0.42
Hex C4 13 25 0 5A 51 17 162 52 2A
Octal 304 23 45 0 132 121 27 542 122 52
Binary 11000100 10011 100101 0 1011010 1010001 10111 101100010 1010010 101010

Color Harmonies of #C41325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41325

Black with #C41325

Text Example


Text Example

White with #C41325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41325; }

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

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

background-color css

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

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

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

border-color css

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

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

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