Html Css Color HEX #CD000A Venetian Red

📋 copy color: '#CD000A'

red 205 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #CD000A

Tints of Venetian Red #CD000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.35%
G = 0%
B = 4.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD000A (or 0xCD000A) is known color: Venetian Red. HEX triplet: CD, 00 and 0A. RGB value is (205,0,10). Sum of RGB (Red+Green+Blue) = 205+0+10=215 (28% of max value = 765). Red value is 205 (80.47% from 255 or 95.35% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 205 - color contains mainly: red. Hex color #CD000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD000A is #32FFF5. Grayscale: #3E3E3E. Windows color (decimal): -3342326 or 655565. OLE color: 655565.

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

Color convert

RGB 205 0 10 -
CMYK 0 1 0.95 0.20
HSL 357.07º 1% 0.4% -
HSV(B) 357.07º 1% 0.8% -
XYZ 25.23 13 1.47 -
YUV 62.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 205 0 10 0 1 0.95 0.20 357.07 1 0.4
Hex CD 0 A 0 64 5F 14 165 64 28
Octal 315 0 12 0 144 137 24 545 144 50
Binary 11001101 0 1010 0 1100100 1011111 10100 101100101 1100100 101000

Color Harmonies of #CD000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD000A

Black with #CD000A

Text Example


Text Example

White with #CD000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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