Html Css Color HEX #C41027 Fire Engine Red

📋 copy color: '#C41027'

red 196 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #C41027

Tints of Fire Engine Red #C41027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

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

R = 78.09%
G = 6.37%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C41027 (or 0xC41027) is known color: Fire Engine Red. HEX triplet: C4, 10 and 27. RGB value is (196,16,39). Sum of RGB (Red+Green+Blue) = 196+16+39=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C41027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41027 is #3BEFD8. Grayscale: #484848. Windows color (decimal): -3928025 or 2560196. OLE color: 2560196.

HSL color Cylindrical-coordinate representation of color #C41027: hue angle of 352.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41027 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 39 -
CMYK 0 0.92 0.80 0.23
HSL 352.33º 0.85% 0.42% -
HSV(B) 352.33º 0.92% 0.77% -
XYZ 23.32 12.25 3.06 -
YUV 72.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 196 16 39 0 0.92 0.80 0.23 352.33 0.85 0.42
Hex C4 10 27 0 5C 50 17 160 55 2A
Octal 304 20 47 0 134 120 27 540 125 52
Binary 11000100 10000 100111 0 1011100 1010000 10111 101100000 1010101 101010

Color Harmonies of #C41027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41027

Black with #C41027

Text Example


Text Example

White with #C41027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41027; }

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

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

background-color css

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

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

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

border-color css

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

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

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