Html Css Color HEX #C41023 Fire Engine Red

📋 copy color: '#C41023'

red 196 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #C41023

Tints of Fire Engine Red #C41023

RGB

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

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

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

R = 79.35%
G = 6.48%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C41023 (or 0xC41023) is known color: Fire Engine Red. HEX triplet: C4, 10 and 23. RGB value is (196,16,35). Sum of RGB (Red+Green+Blue) = 196+16+35=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C41023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41023 is #3BEFDC. Grayscale: #484848. Windows color (decimal): -3928029 or 2298052. OLE color: 2298052.

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

Color convert

RGB 196 16 35 -
CMYK 0 0.92 0.82 0.23
HSL 353.67º 0.85% 0.42% -
HSV(B) 353.67º 0.92% 0.77% -
XYZ 23.25 12.23 2.72 -
YUV 71.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 196 16 35 0 0.92 0.82 0.23 353.67 0.85 0.42
Hex C4 10 23 0 5C 52 17 162 55 2A
Octal 304 20 43 0 134 122 27 542 125 52
Binary 11000100 10000 100011 0 1011100 1010010 10111 101100010 1010101 101010

Color Harmonies of #C41023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41023

Black with #C41023

Text Example


Text Example

White with #C41023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41023; }

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

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

background-color css

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

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

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

border-color css

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

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

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