Html Css Color HEX #CD080A Venetian Red

📋 copy color: '#CD080A'

red 205 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #CD080A

Tints of Venetian Red #CD080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 91.93%
G = 3.59%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD080A (or 0xCD080A) is known color: Venetian Red. HEX triplet: CD, 08 and 0A. RGB value is (205,8,10). Sum of RGB (Red+Green+Blue) = 205+8+10=223 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.93% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 205 - color contains mainly: red. Hex color #CD080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD080A is #32F7F5. Grayscale: #434343. Windows color (decimal): -3340278 or 657613. OLE color: 657613.

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

Color convert

RGB 205 8 10 -
CMYK 0 0.96 0.95 0.20
HSL 359.39º 0.92% 0.42% -
HSV(B) 359.39º 0.96% 0.8% -
XYZ 25.32 13.17 1.5 -
YUV 67.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 205 8 10 0 0.96 0.95 0.20 359.39 0.92 0.42
Hex CD 8 A 0 60 5F 14 167 5C 2A
Octal 315 10 12 0 140 137 24 547 134 52
Binary 11001101 1000 1010 0 1100000 1011111 10100 101100111 1011100 101010

Color Harmonies of #CD080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD080A

Black with #CD080A

Text Example


Text Example

White with #CD080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD080A; }

 p { color: rgb(205,8,10); }

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

background-color css

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

 a { background-color: rgb(205,8,10); }

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

border-color css

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

 span { border-color: rgb(205,8,10); }

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