Html Css Color HEX #CD0020 Venetian Red

📋 copy color: '#CD0020'

red 205 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #CD0020

Tints of Venetian Red #CD0020

RGB

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

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

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

R = 86.5%
G = 0%
B = 13.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD0020 (or 0xCD0020) is known color: Venetian Red. HEX triplet: CD, 00 and 20. RGB value is (205,0,32). Sum of RGB (Red+Green+Blue) = 205+0+32=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0020 is #32FFDF. Grayscale: #414141. Windows color (decimal): -3342304 or 2097357. OLE color: 2097357.

HSL color Cylindrical-coordinate representation of color #CD0020: hue angle of 350.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0020 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 0 32 -
CMYK 0 1 0.84 0.20
HSL 350.63º 1% 0.4% -
HSV(B) 350.63º 1% 0.8% -
XYZ 25.44 13.08 2.55 -
YUV 64.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 205 0 32 0 1 0.84 0.20 350.63 1 0.4
Hex CD 0 20 0 64 54 14 15F 64 28
Octal 315 0 40 0 144 124 24 537 144 50
Binary 11001101 0 100000 0 1100100 1010100 10100 101011111 1100100 101000

Color Harmonies of #CD0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0020

Black with #CD0020

Text Example


Text Example

White with #CD0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0020; }

 p { color: rgb(205,0,32); }

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

background-color css

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

 a { background-color: rgb(205,0,32); }

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

border-color css

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

 span { border-color: rgb(205,0,32); }

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