Html Css Color HEX #C10921 Venetian Red

📋 copy color: '#C10921'

red 193 ◦ green 9 ◦ blue 33

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

Shades of Venetian Red #C10921

Tints of Venetian Red #C10921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 82.13%
G = 3.83%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10921 (or 0xC10921) is known color: Venetian Red. HEX triplet: C1, 09 and 21. RGB value is (193,9,33). Sum of RGB (Red+Green+Blue) = 193+9+33=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C10921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10921 is #3EF6DE. Grayscale: #424242. Windows color (decimal): -4126431 or 2165185. OLE color: 2165185.

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

Color convert

RGB 193 9 33 -
CMYK 0 0.95 0.83 0.24
HSL 352.17º 0.91% 0.4% -
HSV(B) 352.17º 0.95% 0.76% -
XYZ 22.36 11.64 2.51 -
YUV 66.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 193 9 33 0 0.95 0.83 0.24 352.17 0.91 0.4
Hex C1 9 21 0 5F 53 18 160 5B 28
Octal 301 11 41 0 137 123 30 540 133 50
Binary 11000001 1001 100001 0 1011111 1010011 11000 101100000 1011011 101000

Color Harmonies of #C10921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10921

Black with #C10921

Text Example


Text Example

White with #C10921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10921; }

 p { color: rgb(193,9,33); }

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

background-color css

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

 a { background-color: rgb(193,9,33); }

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

border-color css

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

 span { border-color: rgb(193,9,33); }

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