Html Css Color HEX #CD020F Venetian Red

📋 copy color: '#CD020F'

red 205 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #CD020F

Tints of Venetian Red #CD020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 92.34%
G = 0.9%
B = 6.76%

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

#CD020F (or 0xCD020F) is known color: Venetian Red. HEX triplet: CD, 02 and 0F. RGB value is (205,2,15). Sum of RGB (Red+Green+Blue) = 205+2+15=222 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.34% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 205 - color contains mainly: red. Hex color #CD020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD020F is #32FDF0. Grayscale: #404040. Windows color (decimal): -3341809 or 983757. OLE color: 983757.

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

Color convert

RGB 205 2 15 -
CMYK 0 0.99 0.93 0.20
HSL 356.16º 0.98% 0.41% -
HSV(B) 356.16º 0.99% 0.8% -
XYZ 25.28 13.06 1.64 -
YUV 64.18 100.25 228.44 -
System Red Green Blue C M Y K H S L
Decimal 205 2 15 0 0.99 0.93 0.20 356.16 0.98 0.41
Hex CD 2 F 0 63 5D 14 164 62 29
Octal 315 2 17 0 143 135 24 544 142 51
Binary 11001101 10 1111 0 1100011 1011101 10100 101100100 1100010 101001

Color Harmonies of #CD020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD020F

Black with #CD020F

Text Example


Text Example

White with #CD020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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