Html Css Color HEX #C10021 Venetian Red

📋 copy color: '#C10021'

red 193 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #C10021

Tints of Venetian Red #C10021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.4%
G = 0%
B = 14.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10021 (or 0xC10021) is known color: Venetian Red. HEX triplet: C1, 00 and 21. RGB value is (193,0,33). Sum of RGB (Red+Green+Blue) = 193+0+33=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C10021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10021 is #3EFFDE. Grayscale: #3D3D3D. Windows color (decimal): -4128735 or 2162881. OLE color: 2162881.

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

Color convert

RGB 193 0 33 -
CMYK 0 1 0.83 0.24
HSL 349.74º 1% 0.38% -
HSV(B) 349.74º 1% 0.76% -
XYZ 22.27 11.45 2.47 -
YUV 61.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 193 0 33 0 1 0.83 0.24 349.74 1 0.38
Hex C1 0 21 0 64 53 18 15E 64 26
Octal 301 0 41 0 144 123 30 536 144 46
Binary 11000001 0 100001 0 1100100 1010011 11000 101011110 1100100 100110

Color Harmonies of #C10021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10021

Black with #C10021

Text Example


Text Example

White with #C10021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10021; }

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

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

background-color css

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

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

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

border-color css

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

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

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