Html Css Color HEX #CD0120 Venetian Red

📋 copy color: '#CD0120'

red 205 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #CD0120

Tints of Venetian Red #CD0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 86.13%
G = 0.42%
B = 13.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD0120 (or 0xCD0120) is known color: Venetian Red. HEX triplet: CD, 01 and 20. RGB value is (205,1,32). Sum of RGB (Red+Green+Blue) = 205+1+32=238 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.13% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0120 is #32FEDF. Grayscale: #414141. Windows color (decimal): -3342048 or 2097613. OLE color: 2097613.

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

Color convert

RGB 205 1 32 -
CMYK 0 1.00 0.84 0.20
HSL 350.88º 0.99% 0.4% -
HSV(B) 350.88º 1% 0.8% -
XYZ 25.45 13.11 2.55 -
YUV 65.53 109.09 227.48 -
System Red Green Blue C M Y K H S L
Decimal 205 1 32 0 1.00 0.84 0.20 350.88 0.99 0.4
Hex CD 1 20 0 64 54 14 15F 63 28
Octal 315 1 40 0 144 124 24 537 143 50
Binary 11001101 1 100000 0 1100100 1010100 10100 101011111 1100011 101000

Color Harmonies of #CD0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0120

Black with #CD0120

Text Example


Text Example

White with #CD0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0120; }

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

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

background-color css

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

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

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

border-color css

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

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

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