Html Css Color HEX #CD1015 Venetian Red

📋 copy color: '#CD1015'

red 205 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #CD1015

Tints of Venetian Red #CD1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 84.71%
G = 6.61%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD1015 (or 0xCD1015) is known color: Venetian Red. HEX triplet: CD, 10 and 15. RGB value is (205,16,21). Sum of RGB (Red+Green+Blue) = 205+16+21=242 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.71% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1015 is #32EFEA. Grayscale: #494949. Windows color (decimal): -3338219 or 1380557. OLE color: 1380557.

HSL color Cylindrical-coordinate representation of color #CD1015: hue angle of 358.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1015 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 16 21 -
CMYK 0 0.92 0.90 0.20
HSL 358.41º 0.86% 0.43% -
HSV(B) 358.41º 0.92% 0.8% -
XYZ 25.5 13.4 1.95 -
YUV 73.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 205 16 21 0 0.92 0.90 0.20 358.41 0.86 0.43
Hex CD 10 15 0 5C 5A 14 166 56 2B
Octal 315 20 25 0 134 132 24 546 126 53
Binary 11001101 10000 10101 0 1011100 1011010 10100 101100110 1010110 101011

Color Harmonies of #CD1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1015

Black with #CD1015

Text Example


Text Example

White with #CD1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1015; }

 p { color: rgb(205,16,21); }

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

background-color css

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

 a { background-color: rgb(205,16,21); }

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

border-color css

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

 span { border-color: rgb(205,16,21); }

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