Html Css Color HEX #CD0721 Venetian Red

📋 copy color: '#CD0721'

red 205 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #CD0721

Tints of Venetian Red #CD0721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 83.67%
G = 2.86%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD0721 (or 0xCD0721) is known color: Venetian Red. HEX triplet: CD, 07 and 21. RGB value is (205,7,33). Sum of RGB (Red+Green+Blue) = 205+7+33=245 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.67% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0721 is #32F8DE. Grayscale: #454545. Windows color (decimal): -3340511 or 2164685. OLE color: 2164685.

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

Color convert

RGB 205 7 33 -
CMYK 0 0.97 0.84 0.20
HSL 352.12º 0.93% 0.42% -
HSV(B) 352.12º 0.97% 0.8% -
XYZ 25.53 13.24 2.65 -
YUV 69.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 205 7 33 0 0.97 0.84 0.20 352.12 0.93 0.42
Hex CD 7 21 0 61 54 14 160 5D 2A
Octal 315 7 41 0 141 124 24 540 135 52
Binary 11001101 111 100001 0 1100001 1010100 10100 101100000 1011101 101010

Color Harmonies of #CD0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0721

Black with #CD0721

Text Example


Text Example

White with #CD0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0721; }

 p { color: rgb(205,7,33); }

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

background-color css

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

 a { background-color: rgb(205,7,33); }

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

border-color css

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

 span { border-color: rgb(205,7,33); }

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