Html Css Color HEX #CD0523 Venetian Red

📋 copy color: '#CD0523'

red 205 ◦ green 5 ◦ blue 35

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

Shades of Venetian Red #CD0523

Tints of Venetian Red #CD0523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 83.67%
G = 2.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD0523 (or 0xCD0523) is known color: Venetian Red. HEX triplet: CD, 05 and 23. RGB value is (205,5,35). Sum of RGB (Red+Green+Blue) = 205+5+35=245 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.67% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0523 is #32FADC. Grayscale: #444444. Windows color (decimal): -3341021 or 2295245. OLE color: 2295245.

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

Color convert

RGB 205 5 35 -
CMYK 0 0.98 0.83 0.20
HSL 351º 0.95% 0.41% -
HSV(B) 351º 0.98% 0.8% -
XYZ 25.53 13.21 2.79 -
YUV 68.22 109.26 225.56 -
System Red Green Blue C M Y K H S L
Decimal 205 5 35 0 0.98 0.83 0.20 351 0.95 0.41
Hex CD 5 23 0 62 53 14 15F 5F 29
Octal 315 5 43 0 142 123 24 537 137 51
Binary 11001101 101 100011 0 1100010 1010011 10100 101011111 1011111 101001

Color Harmonies of #CD0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0523

Black with #CD0523

Text Example


Text Example

White with #CD0523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0523; }

 p { color: rgb(205,5,35); }

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

background-color css

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

 a { background-color: rgb(205,5,35); }

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

border-color css

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

 span { border-color: rgb(205,5,35); }

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