Html Css Color HEX #C41028 Fire Engine Red

📋 copy color: '#C41028'

red 196 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #C41028

Tints of Fire Engine Red #C41028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 77.78%
G = 6.35%
B = 15.87%

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

#C41028 (or 0xC41028) is known color: Fire Engine Red. HEX triplet: C4, 10 and 28. RGB value is (196,16,40). Sum of RGB (Red+Green+Blue) = 196+16+40=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C41028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41028 is #3BEFD7. Grayscale: #484848. Windows color (decimal): -3928024 or 2625732. OLE color: 2625732.

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

Color convert

RGB 196 16 40 -
CMYK 0 0.92 0.80 0.23
HSL 352º 0.85% 0.42% -
HSV(B) 352º 0.92% 0.77% -
XYZ 23.33 12.26 3.14 -
YUV 72.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 196 16 40 0 0.92 0.80 0.23 352 0.85 0.42
Hex C4 10 28 0 5C 50 17 160 55 2A
Octal 304 20 50 0 134 120 27 540 125 52
Binary 11000100 10000 101000 0 1011100 1010000 10111 101100000 1010101 101010

Color Harmonies of #C41028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41028

Black with #C41028

Text Example


Text Example

White with #C41028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41028; }

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

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

background-color css

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

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

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

border-color css

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

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

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