Html Css Color HEX #C41427 Fire Engine Red

📋 copy color: '#C41427'

red 196 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #C41427

Tints of Fire Engine Red #C41427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 76.86%
G = 7.84%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C41427 (or 0xC41427) is known color: Fire Engine Red. HEX triplet: C4, 14 and 27. RGB value is (196,20,39). Sum of RGB (Red+Green+Blue) = 196+20+39=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C41427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41427 is #3BEBD8. Grayscale: #4A4A4A. Windows color (decimal): -3927001 or 2561220. OLE color: 2561220.

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

Color convert

RGB 196 20 39 -
CMYK 0 0.90 0.80 0.23
HSL 353.52º 0.81% 0.42% -
HSV(B) 353.52º 0.9% 0.77% -
XYZ 23.38 12.38 3.08 -
YUV 74.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 196 20 39 0 0.90 0.80 0.23 353.52 0.81 0.42
Hex C4 14 27 0 5A 50 17 162 51 2A
Octal 304 24 47 0 132 120 27 542 121 52
Binary 11000100 10100 100111 0 1011010 1010000 10111 101100010 1010001 101010

Color Harmonies of #C41427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41427

Black with #C41427

Text Example


Text Example

White with #C41427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41427; }

 p { color: rgb(196,20,39); }

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

background-color css

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

 a { background-color: rgb(196,20,39); }

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

border-color css

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

 span { border-color: rgb(196,20,39); }

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