Html Css Color HEX #CD020B Venetian Red

📋 copy color: '#CD020B'

red 205 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #CD020B

Tints of Venetian Red #CD020B

RGB

 RED value IS 205 (80.47% from 255) = 94.04%

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

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 94.04%
G = 0.92%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD020B (or 0xCD020B) is known color: Venetian Red. HEX triplet: CD, 02 and 0B. RGB value is (205,2,11). Sum of RGB (Red+Green+Blue) = 205+2+11=218 (28% of max value = 765). Red value is 205 (80.47% from 255 or 94.04% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 205 - color contains mainly: red. Hex color #CD020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD020B is #32FDF4. Grayscale: #3F3F3F. Windows color (decimal): -3341813 or 721613. OLE color: 721613.

HSL color Cylindrical-coordinate representation of color #CD020B: hue angle of 357.34º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 11 -
CMYK 0 0.99 0.95 0.20
HSL 357.34º 0.98% 0.41% -
HSV(B) 357.34º 0.99% 0.8% -
XYZ 25.26 13.05 1.5 -
YUV 63.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 205 2 11 0 0.99 0.95 0.20 357.34 0.98 0.41
Hex CD 2 B 0 63 5F 14 165 62 29
Octal 315 2 13 0 143 137 24 545 142 51
Binary 11001101 10 1011 0 1100011 1011111 10100 101100101 1100010 101001

Color Harmonies of #CD020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD020B

Black with #CD020B

Text Example


Text Example

White with #CD020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD020B; }

 p { color: rgb(205,2,11); }

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

background-color css

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

 a { background-color: rgb(205,2,11); }

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

border-color css

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

 span { border-color: rgb(205,2,11); }

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