Html Css Color HEX #C11020 Fire Engine Red

📋 copy color: '#C11020'

red 193 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #C11020

Tints of Fire Engine Red #C11020

RGB

 RED value IS 193 (75.78% from 255) = 80.08%

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

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 80.08%
G = 6.64%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11020 (or 0xC11020) is known color: Fire Engine Red. HEX triplet: C1, 10 and 20. RGB value is (193,16,32). Sum of RGB (Red+Green+Blue) = 193+16+32=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C11020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11020 is #3EEFDF. Grayscale: #464646. Windows color (decimal): -4124640 or 2101441. OLE color: 2101441.

HSL color Cylindrical-coordinate representation of color #C11020: hue angle of 354.58º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11020 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 32 -
CMYK 0 0.92 0.83 0.24
HSL 354.58º 0.85% 0.41% -
HSV(B) 354.58º 0.92% 0.76% -
XYZ 22.44 11.81 2.46 -
YUV 70.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 193 16 32 0 0.92 0.83 0.24 354.58 0.85 0.41
Hex C1 10 20 0 5C 53 18 163 55 29
Octal 301 20 40 0 134 123 30 543 125 51
Binary 11000001 10000 100000 0 1011100 1010011 11000 101100011 1010101 101001

Color Harmonies of #C11020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11020

Black with #C11020

Text Example


Text Example

White with #C11020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11020; }

 p { color: rgb(193,16,32); }

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

background-color css

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

 a { background-color: rgb(193,16,32); }

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

border-color css

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

 span { border-color: rgb(193,16,32); }

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