Html Css Color HEX #CD0616 Venetian Red

📋 copy color: '#CD0616'

red 205 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #CD0616

Tints of Venetian Red #CD0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 87.98%
G = 2.58%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD0616 (or 0xCD0616) is known color: Venetian Red. HEX triplet: CD, 06 and 16. RGB value is (205,6,22). Sum of RGB (Red+Green+Blue) = 205+6+22=233 (30% of max value = 765). Red value is 205 (80.47% from 255 or 87.98% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0616 is #32F9E9. Grayscale: #434343. Windows color (decimal): -3340778 or 1443533. OLE color: 1443533.

HSL color Cylindrical-coordinate representation of color #CD0616: hue angle of 355.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0616 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 6 22 -
CMYK 0 0.97 0.89 0.20
HSL 355.18º 0.94% 0.41% -
HSV(B) 355.18º 0.97% 0.8% -
XYZ 25.39 13.17 1.96 -
YUV 67.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 205 6 22 0 0.97 0.89 0.20 355.18 0.94 0.41
Hex CD 6 16 0 61 59 14 163 5E 29
Octal 315 6 26 0 141 131 24 543 136 51
Binary 11001101 110 10110 0 1100001 1011001 10100 101100011 1011110 101001

Color Harmonies of #CD0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0616

Black with #CD0616

Text Example


Text Example

White with #CD0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0616; }

 p { color: rgb(205,6,22); }

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

background-color css

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

 a { background-color: rgb(205,6,22); }

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

border-color css

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

 span { border-color: rgb(205,6,22); }

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