Html Css Color HEX #C41825 Fire Engine Red

📋 copy color: '#C41825'

red 196 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #C41825

Tints of Fire Engine Red #C41825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 76.26%
G = 9.34%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41825 (or 0xC41825) is known color: Fire Engine Red. HEX triplet: C4, 18 and 25. RGB value is (196,24,37). Sum of RGB (Red+Green+Blue) = 196+24+37=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C41825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41825 is #3BE7DA. Grayscale: #4D4D4D. Windows color (decimal): -3925979 or 2431172. OLE color: 2431172.

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

Color convert

RGB 196 24 37 -
CMYK 0 0.88 0.81 0.23
HSL 355.47º 0.78% 0.43% -
HSV(B) 355.47º 0.88% 0.77% -
XYZ 23.43 12.52 2.93 -
YUV 76.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 196 24 37 0 0.88 0.81 0.23 355.47 0.78 0.43
Hex C4 18 25 0 58 51 17 163 4E 2B
Octal 304 30 45 0 130 121 27 543 116 53
Binary 11000100 11000 100101 0 1011000 1010001 10111 101100011 1001110 101011

Color Harmonies of #C41825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41825

Black with #C41825

Text Example


Text Example

White with #C41825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41825; }

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

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

background-color css

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

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

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

border-color css

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

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

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