Html Css Color HEX #C41126 Fire Engine Red

📋 copy color: '#C41126'

red 196 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #C41126

Tints of Fire Engine Red #C41126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 38 (15.23% from 255) = 15.14%

R = 78.09%
G = 6.77%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41126 (or 0xC41126) is known color: Fire Engine Red. HEX triplet: C4, 11 and 26. RGB value is (196,17,38). Sum of RGB (Red+Green+Blue) = 196+17+38=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C41126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41126 is #3BEED9. Grayscale: #494949. Windows color (decimal): -3927770 or 2494916. OLE color: 2494916.

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

Color convert

RGB 196 17 38 -
CMYK 0 0.91 0.81 0.23
HSL 352.96º 0.84% 0.42% -
HSV(B) 352.96º 0.91% 0.77% -
XYZ 23.32 12.28 2.97 -
YUV 72.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 196 17 38 0 0.91 0.81 0.23 352.96 0.84 0.42
Hex C4 11 26 0 5B 51 17 161 54 2A
Octal 304 21 46 0 133 121 27 541 124 52
Binary 11000100 10001 100110 0 1011011 1010001 10111 101100001 1010100 101010

Color Harmonies of #C41126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41126

Black with #C41126

Text Example


Text Example

White with #C41126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41126; }

 p { color: rgb(196,17,38); }

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

background-color css

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

 a { background-color: rgb(196,17,38); }

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

border-color css

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

 span { border-color: rgb(196,17,38); }

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