Html Css Color HEX #C0020D Venetian Red

📋 copy color: '#C0020D'

red 192 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #C0020D

Tints of Venetian Red #C0020D

RGB

 RED value IS 192 (75.39% from 255) = 92.75%

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 92.75%
G = 0.97%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0020D (or 0xC0020D) is known color: Venetian Red. HEX triplet: C0, 02 and 0D. RGB value is (192,2,13). Sum of RGB (Red+Green+Blue) = 192+2+13=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C0020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0020D is #3FFDF2. Grayscale: #3C3C3C. Windows color (decimal): -4193779 or 852672. OLE color: 852672.

HSL color Cylindrical-coordinate representation of color #C0020D: hue angle of 356.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0020D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 13 -
CMYK 0 0.99 0.93 0.25
HSL 356.53º 0.98% 0.38% -
HSV(B) 356.53º 0.99% 0.75% -
XYZ 21.83 11.28 1.41 -
YUV 60.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 192 2 13 0 0.99 0.93 0.25 356.53 0.98 0.38
Hex C0 2 D 0 63 5D 19 165 62 26
Octal 300 2 15 0 143 135 31 545 142 46
Binary 11000000 10 1101 0 1100011 1011101 11001 101100101 1100010 100110

Color Harmonies of #C0020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0020D

Black with #C0020D

Text Example


Text Example

White with #C0020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0020D; }

 p { color: rgb(192,2,13); }

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

background-color css

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

 a { background-color: rgb(192,2,13); }

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

border-color css

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

 span { border-color: rgb(192,2,13); }

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