Html Css Color HEX #C41326 Fire Engine Red

📋 copy color: '#C41326'

red 196 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #C41326

Tints of Fire Engine Red #C41326

RGB

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

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

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

R = 77.47%
G = 7.51%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41326 (or 0xC41326) is known color: Fire Engine Red. HEX triplet: C4, 13 and 26. RGB value is (196,19,38). Sum of RGB (Red+Green+Blue) = 196+19+38=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C41326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41326 is #3BECD9. Grayscale: #4A4A4A. Windows color (decimal): -3927258 or 2495428. OLE color: 2495428.

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

Color convert

RGB 196 19 38 -
CMYK 0 0.90 0.81 0.23
HSL 353.56º 0.82% 0.42% -
HSV(B) 353.56º 0.9% 0.77% -
XYZ 23.35 12.34 2.99 -
YUV 74.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 196 19 38 0 0.90 0.81 0.23 353.56 0.82 0.42
Hex C4 13 26 0 5A 51 17 162 52 2A
Octal 304 23 46 0 132 121 27 542 122 52
Binary 11000100 10011 100110 0 1011010 1010001 10111 101100010 1010010 101010

Color Harmonies of #C41326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41326

Black with #C41326

Text Example


Text Example

White with #C41326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41326; }

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

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

background-color css

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

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

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

border-color css

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

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

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