Html Css Color HEX #C41F2A Fire Engine Red

📋 copy color: '#C41F2A'

red 196 ◦ green 31 ◦ blue 42

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

Shades of Fire Engine Red #C41F2A

Tints of Fire Engine Red #C41F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 72.86%
G = 11.52%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C41F2A (or 0xC41F2A) is known color: Fire Engine Red. HEX triplet: C4, 1F and 2A. RGB value is (196,31,42). Sum of RGB (Red+Green+Blue) = 196+31+42=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F2A is #3BE0D5. Grayscale: #515151. Windows color (decimal): -3924182 or 2760644. OLE color: 2760644.

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

Color convert

RGB 196 31 42 -
CMYK 0 0.84 0.79 0.23
HSL 356º 0.73% 0.45% -
HSV(B) 356º 0.84% 0.77% -
XYZ 23.67 12.88 3.43 -
YUV 81.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 196 31 42 0 0.84 0.79 0.23 356 0.73 0.45
Hex C4 1F 2A 0 54 4F 17 164 49 2D
Octal 304 37 52 0 124 117 27 544 111 55
Binary 11000100 11111 101010 0 1010100 1001111 10111 101100100 1001001 101101

Color Harmonies of #C41F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F2A

Black with #C41F2A

Text Example


Text Example

White with #C41F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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