Html Css Color HEX #CD0129 Venetian Red

📋 copy color: '#CD0129'

red 205 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #CD0129

Tints of Venetian Red #CD0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 83%
G = 0.4%
B = 16.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD0129 (or 0xCD0129) is known color: Venetian Red. HEX triplet: CD, 01 and 29. RGB value is (205,1,41). Sum of RGB (Red+Green+Blue) = 205+1+41=247 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.00% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0129 is #32FED6. Grayscale: #424242. Windows color (decimal): -3342039 or 2687437. OLE color: 2687437.

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

Color convert

RGB 205 1 41 -
CMYK 0 1.00 0.8 0.20
HSL 348.24º 0.99% 0.4% -
HSV(B) 348.24º 1% 0.8% -
XYZ 25.59 13.16 3.29 -
YUV 66.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 205 1 41 0 1.00 0.8 0.20 348.24 0.99 0.4
Hex CD 1 29 0 64 50 14 15C 63 28
Octal 315 1 51 0 144 120 24 534 143 50
Binary 11001101 1 101001 0 1100100 1010000 10100 101011100 1100011 101000

Color Harmonies of #CD0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0129

Black with #CD0129

Text Example


Text Example

White with #CD0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0129; }

 p { color: rgb(205,1,41); }

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

background-color css

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

 a { background-color: rgb(205,1,41); }

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

border-color css

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

 span { border-color: rgb(205,1,41); }

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