Html Css Color HEX #C41C1F Fire Engine Red

📋 copy color: '#C41C1F'

red 196 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #C41C1F

Tints of Fire Engine Red #C41C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 76.86%
G = 10.98%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C41C1F (or 0xC41C1F) is known color: Fire Engine Red. HEX triplet: C4, 1C and 1F. RGB value is (196,28,31). Sum of RGB (Red+Green+Blue) = 196+28+31=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C1F is #3BE3E0. Grayscale: #4E4E4E. Windows color (decimal): -3924961 or 2038980. OLE color: 2038980.

HSL color Cylindrical-coordinate representation of color #C41C1F: hue angle of 358.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C1F is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 31 -
CMYK 0 0.86 0.84 0.23
HSL 358.93º 0.75% 0.44% -
HSV(B) 358.93º 0.86% 0.77% -
XYZ 23.43 12.67 2.51 -
YUV 78.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 196 28 31 0 0.86 0.84 0.23 358.93 0.75 0.44
Hex C4 1C 1F 0 56 54 17 167 4B 2C
Octal 304 34 37 0 126 124 27 547 113 54
Binary 11000100 11100 11111 0 1010110 1010100 10111 101100111 1001011 101100

Color Harmonies of #C41C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C1F

Black with #C41C1F

Text Example


Text Example

White with #C41C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C1F; }

 p { color: rgb(196,28,31); }

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

background-color css

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

 a { background-color: rgb(196,28,31); }

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

border-color css

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

 span { border-color: rgb(196,28,31); }

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