Html Css Color HEX #C41725 Fire Engine Red

📋 copy color: '#C41725'

red 196 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #C41725

Tints of Fire Engine Red #C41725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

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

R = 76.56%
G = 8.98%
B = 14.45%

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

#C41725 (or 0xC41725) is known color: Fire Engine Red. HEX triplet: C4, 17 and 25. RGB value is (196,23,37). Sum of RGB (Red+Green+Blue) = 196+23+37=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C41725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41725 is #3BE8DA. Grayscale: #4C4C4C. Windows color (decimal): -3926235 or 2430916. OLE color: 2430916.

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

Color convert

RGB 196 23 37 -
CMYK 0 0.88 0.81 0.23
HSL 355.14º 0.79% 0.43% -
HSV(B) 355.14º 0.88% 0.77% -
XYZ 23.41 12.48 2.93 -
YUV 76.32 105.81 213.36 -
System Red Green Blue C M Y K H S L
Decimal 196 23 37 0 0.88 0.81 0.23 355.14 0.79 0.43
Hex C4 17 25 0 58 51 17 163 4F 2B
Octal 304 27 45 0 130 121 27 543 117 53
Binary 11000100 10111 100101 0 1011000 1010001 10111 101100011 1001111 101011

Color Harmonies of #C41725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41725

Black with #C41725

Text Example


Text Example

White with #C41725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41725; }

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

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

background-color css

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

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

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

border-color css

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

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

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