Html Css Color HEX #C10420 Venetian Red

📋 copy color: '#C10420'

red 193 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #C10420

Tints of Venetian Red #C10420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 84.28%
G = 1.75%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10420 (or 0xC10420) is known color: Venetian Red. HEX triplet: C1, 04 and 20. RGB value is (193,4,32). Sum of RGB (Red+Green+Blue) = 193+4+32=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C10420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10420 is #3EFBDF. Grayscale: #3F3F3F. Windows color (decimal): -4127712 or 2098369. OLE color: 2098369.

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

Color convert

RGB 193 4 32 -
CMYK 0 0.98 0.83 0.24
HSL 351.11º 0.96% 0.39% -
HSV(B) 351.11º 0.98% 0.76% -
XYZ 22.3 11.53 2.42 -
YUV 63.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 193 4 32 0 0.98 0.83 0.24 351.11 0.96 0.39
Hex C1 4 20 0 62 53 18 15F 60 27
Octal 301 4 40 0 142 123 30 537 140 47
Binary 11000001 100 100000 0 1100010 1010011 11000 101011111 1100000 100111

Color Harmonies of #C10420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10420

Black with #C10420

Text Example


Text Example

White with #C10420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10420; }

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

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

background-color css

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

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

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

border-color css

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

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

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