Html Css Color HEX #C41328 Fire Engine Red

📋 copy color: '#C41328'

red 196 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #C41328

Tints of Fire Engine Red #C41328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

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

R = 76.86%
G = 7.45%
B = 15.69%

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

#C41328 (or 0xC41328) is known color: Fire Engine Red. HEX triplet: C4, 13 and 28. RGB value is (196,19,40). Sum of RGB (Red+Green+Blue) = 196+19+40=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C41328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41328 is #3BECD7. Grayscale: #4A4A4A. Windows color (decimal): -3927256 or 2626500. OLE color: 2626500.

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

Color convert

RGB 196 19 40 -
CMYK 0 0.90 0.80 0.23
HSL 352.88º 0.82% 0.42% -
HSV(B) 352.88º 0.9% 0.77% -
XYZ 23.38 12.35 3.16 -
YUV 74.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 196 19 40 0 0.90 0.80 0.23 352.88 0.82 0.42
Hex C4 13 28 0 5A 50 17 161 52 2A
Octal 304 23 50 0 132 120 27 541 122 52
Binary 11000100 10011 101000 0 1011010 1010000 10111 101100001 1010010 101010

Color Harmonies of #C41328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41328

Black with #C41328

Text Example


Text Example

White with #C41328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41328; }

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

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

background-color css

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

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

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

border-color css

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

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

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