Html Css Color HEX #C41026 Fire Engine Red

📋 copy color: '#C41026'

red 196 ◦ green 16 ◦ blue 38

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

Shades of Fire Engine Red #C41026

Tints of Fire Engine Red #C41026

RGB

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

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

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

R = 78.4%
G = 6.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41026 (or 0xC41026) is known color: Fire Engine Red. HEX triplet: C4, 10 and 26. RGB value is (196,16,38). Sum of RGB (Red+Green+Blue) = 196+16+38=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C41026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41026 is #3BEFD9. Grayscale: #484848. Windows color (decimal): -3928026 or 2494660. OLE color: 2494660.

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

Color convert

RGB 196 16 38 -
CMYK 0 0.92 0.81 0.23
HSL 352.67º 0.85% 0.42% -
HSV(B) 352.67º 0.92% 0.77% -
XYZ 23.3 12.25 2.97 -
YUV 72.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 196 16 38 0 0.92 0.81 0.23 352.67 0.85 0.42
Hex C4 10 26 0 5C 51 17 161 55 2A
Octal 304 20 46 0 134 121 27 541 125 52
Binary 11000100 10000 100110 0 1011100 1010001 10111 101100001 1010101 101010

Color Harmonies of #C41026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41026

Black with #C41026

Text Example


Text Example

White with #C41026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41026; }

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

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

background-color css

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

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

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

border-color css

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

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

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