Html Css Color HEX #CD020E Venetian Red

📋 copy color: '#CD020E'

red 205 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #CD020E

Tints of Venetian Red #CD020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 92.76%
G = 0.9%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD020E (or 0xCD020E) is known color: Venetian Red. HEX triplet: CD, 02 and 0E. RGB value is (205,2,14). Sum of RGB (Red+Green+Blue) = 205+2+14=221 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.76% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 205 - color contains mainly: red. Hex color #CD020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD020E is #32FDF1. Grayscale: #404040. Windows color (decimal): -3341810 or 918221. OLE color: 918221.

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

Color convert

RGB 205 2 14 -
CMYK 0 0.99 0.93 0.20
HSL 356.45º 0.98% 0.41% -
HSV(B) 356.45º 0.99% 0.8% -
XYZ 25.28 13.05 1.6 -
YUV 64.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 205 2 14 0 0.99 0.93 0.20 356.45 0.98 0.41
Hex CD 2 E 0 63 5D 14 164 62 29
Octal 315 2 16 0 143 135 24 544 142 51
Binary 11001101 10 1110 0 1100011 1011101 10100 101100100 1100010 101001

Color Harmonies of #CD020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD020E

Black with #CD020E

Text Example


Text Example

White with #CD020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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