Html Css Color HEX #CD021D Venetian Red

📋 copy color: '#CD021D'

red 205 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #CD021D

Tints of Venetian Red #CD021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 86.86%
G = 0.85%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD021D (or 0xCD021D) is known color: Venetian Red. HEX triplet: CD, 02 and 1D. RGB value is (205,2,29). Sum of RGB (Red+Green+Blue) = 205+2+29=236 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.86% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 205 - color contains mainly: red. Hex color #CD021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD021D is #32FDE2. Grayscale: #414141. Windows color (decimal): -3341795 or 1901261. OLE color: 1901261.

HSL color Cylindrical-coordinate representation of color #CD021D: hue angle of 352.02º 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 #CD021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 29 -
CMYK 0 0.99 0.86 0.20
HSL 352.02º 0.98% 0.41% -
HSV(B) 352.02º 0.99% 0.8% -
XYZ 25.42 13.11 2.35 -
YUV 65.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 205 2 29 0 0.99 0.86 0.20 352.02 0.98 0.41
Hex CD 2 1D 0 63 56 14 160 62 29
Octal 315 2 35 0 143 126 24 540 142 51
Binary 11001101 10 11101 0 1100011 1010110 10100 101100000 1100010 101001

Color Harmonies of #CD021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD021D

Black with #CD021D

Text Example


Text Example

White with #CD021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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