Html Css Color HEX #CD0229 Venetian Red

📋 copy color: '#CD0229'

red 205 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #CD0229

Tints of Venetian Red #CD0229

RGB

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

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

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

R = 82.66%
G = 0.81%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD0229 (or 0xCD0229) is known color: Venetian Red. HEX triplet: CD, 02 and 29. RGB value is (205,2,41). Sum of RGB (Red+Green+Blue) = 205+2+41=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0229 is #32FDD6. Grayscale: #434343. Windows color (decimal): -3341783 or 2687693. OLE color: 2687693.

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

Color convert

RGB 205 2 41 -
CMYK 0 0.99 0.8 0.20
HSL 348.47º 0.98% 0.41% -
HSV(B) 348.47º 0.99% 0.8% -
XYZ 25.6 13.18 3.29 -
YUV 67.14 113.25 226.33 -
System Red Green Blue C M Y K H S L
Decimal 205 2 41 0 0.99 0.8 0.20 348.47 0.98 0.41
Hex CD 2 29 0 63 50 14 15C 62 29
Octal 315 2 51 0 143 120 24 534 142 51
Binary 11001101 10 101001 0 1100011 1010000 10100 101011100 1100010 101001

Color Harmonies of #CD0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0229

Black with #CD0229

Text Example


Text Example

White with #CD0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0229; }

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

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

background-color css

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

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

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

border-color css

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

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

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