Html Css Color HEX #C41123 Fire Engine Red

📋 copy color: '#C41123'

red 196 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #C41123

Tints of Fire Engine Red #C41123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 79.03%
G = 6.85%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C41123 (or 0xC41123) is known color: Fire Engine Red. HEX triplet: C4, 11 and 23. RGB value is (196,17,35). Sum of RGB (Red+Green+Blue) = 196+17+35=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C41123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41123 is #3BEEDC. Grayscale: #484848. Windows color (decimal): -3927773 or 2298308. OLE color: 2298308.

HSL color Cylindrical-coordinate representation of color #C41123: hue angle of 353.97º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41123 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 35 -
CMYK 0 0.91 0.82 0.23
HSL 353.97º 0.84% 0.42% -
HSV(B) 353.97º 0.91% 0.77% -
XYZ 23.27 12.26 2.73 -
YUV 72.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 196 17 35 0 0.91 0.82 0.23 353.97 0.84 0.42
Hex C4 11 23 0 5B 52 17 162 54 2A
Octal 304 21 43 0 133 122 27 542 124 52
Binary 11000100 10001 100011 0 1011011 1010010 10111 101100010 1010100 101010

Color Harmonies of #C41123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41123

Black with #C41123

Text Example


Text Example

White with #C41123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41123; }

 p { color: rgb(196,17,35); }

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

background-color css

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

 a { background-color: rgb(196,17,35); }

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

border-color css

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

 span { border-color: rgb(196,17,35); }

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