Html Css Color HEX #C41319 Fire Engine Red

📋 copy color: '#C41319'

red 196 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #C41319

Tints of Fire Engine Red #C41319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 81.67%
G = 7.92%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C41319 (or 0xC41319) is known color: Fire Engine Red. HEX triplet: C4, 13 and 19. RGB value is (196,19,25). Sum of RGB (Red+Green+Blue) = 196+19+25=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41319 is #3BECE6. Grayscale: #484848. Windows color (decimal): -3927271 or 1643460. OLE color: 1643460.

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

Color convert

RGB 196 19 25 -
CMYK 0 0.90 0.87 0.23
HSL 357.97º 0.82% 0.42% -
HSV(B) 357.97º 0.9% 0.77% -
XYZ 23.17 12.27 2.07 -
YUV 72.61 101.14 216.01 -
System Red Green Blue C M Y K H S L
Decimal 196 19 25 0 0.90 0.87 0.23 357.97 0.82 0.42
Hex C4 13 19 0 5A 57 17 166 52 2A
Octal 304 23 31 0 132 127 27 546 122 52
Binary 11000100 10011 11001 0 1011010 1010111 10111 101100110 1010010 101010

Color Harmonies of #C41319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41319

Black with #C41319

Text Example


Text Example

White with #C41319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41319; }

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

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

background-color css

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

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

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

border-color css

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

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

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