Html Css Color HEX #CD021E Venetian Red

📋 copy color: '#CD021E'

red 205 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #CD021E

Tints of Venetian Red #CD021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 86.5%
G = 0.84%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD021E (or 0xCD021E) is known color: Venetian Red. HEX triplet: CD, 02 and 1E. RGB value is (205,2,30). Sum of RGB (Red+Green+Blue) = 205+2+30=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD021E is #32FDE1. Grayscale: #414141. Windows color (decimal): -3341794 or 1966797. OLE color: 1966797.

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

Color convert

RGB 205 2 30 -
CMYK 0 0.99 0.85 0.20
HSL 351.72º 0.98% 0.41% -
HSV(B) 351.72º 0.99% 0.8% -
XYZ 25.43 13.12 2.42 -
YUV 65.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 205 2 30 0 0.99 0.85 0.20 351.72 0.98 0.41
Hex CD 2 1E 0 63 55 14 160 62 29
Octal 315 2 36 0 143 125 24 540 142 51
Binary 11001101 10 11110 0 1100011 1010101 10100 101100000 1100010 101001

Color Harmonies of #CD021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD021E

Black with #CD021E

Text Example


Text Example

White with #CD021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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