Html Css Color HEX #CD0215 Venetian Red

📋 copy color: '#CD0215'

red 205 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #CD0215

Tints of Venetian Red #CD0215

RGB

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

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

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

R = 89.91%
G = 0.88%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD0215 (or 0xCD0215) is known color: Venetian Red. HEX triplet: CD, 02 and 15. RGB value is (205,2,21). Sum of RGB (Red+Green+Blue) = 205+2+21=228 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.91% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0215 is #32FDEA. Grayscale: #404040. Windows color (decimal): -3341803 or 1376973. OLE color: 1376973.

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

Color convert

RGB 205 2 21 -
CMYK 0 0.99 0.90 0.20
HSL 354.38º 0.98% 0.41% -
HSV(B) 354.38º 0.99% 0.8% -
XYZ 25.33 13.08 1.9 -
YUV 64.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 205 2 21 0 0.99 0.90 0.20 354.38 0.98 0.41
Hex CD 2 15 0 63 5A 14 162 62 29
Octal 315 2 25 0 143 132 24 542 142 51
Binary 11001101 10 10101 0 1100011 1011010 10100 101100010 1100010 101001

Color Harmonies of #CD0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0215

Black with #CD0215

Text Example


Text Example

White with #CD0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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