Html Css Color HEX #C41428 Fire Engine Red

📋 copy color: '#C41428'

red 196 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #C41428

Tints of Fire Engine Red #C41428

RGB

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

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

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

R = 76.56%
G = 7.81%
B = 15.63%

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

#C41428 (or 0xC41428) is known color: Fire Engine Red. HEX triplet: C4, 14 and 28. RGB value is (196,20,40). Sum of RGB (Red+Green+Blue) = 196+20+40=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C41428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41428 is #3BEBD7. Grayscale: #4B4B4B. Windows color (decimal): -3927000 or 2626756. OLE color: 2626756.

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

Color convert

RGB 196 20 40 -
CMYK 0 0.90 0.80 0.23
HSL 353.18º 0.81% 0.42% -
HSV(B) 353.18º 0.9% 0.77% -
XYZ 23.4 12.39 3.17 -
YUV 74.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 196 20 40 0 0.90 0.80 0.23 353.18 0.81 0.42
Hex C4 14 28 0 5A 50 17 161 51 2A
Octal 304 24 50 0 132 120 27 541 121 52
Binary 11000100 10100 101000 0 1011010 1010000 10111 101100001 1010001 101010

Color Harmonies of #C41428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41428

Black with #C41428

Text Example


Text Example

White with #C41428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41428; }

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

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

background-color css

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

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

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

border-color css

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

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

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