Html Css Color HEX #CD0324 Venetian Red

📋 copy color: '#CD0324'

red 205 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #CD0324

Tints of Venetian Red #CD0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 84.02%
G = 1.23%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD0324 (or 0xCD0324) is known color: Venetian Red. HEX triplet: CD, 03 and 24. RGB value is (205,3,36). Sum of RGB (Red+Green+Blue) = 205+3+36=244 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.02% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0324 is #32FCDB. Grayscale: #434343. Windows color (decimal): -3341532 or 2360269. OLE color: 2360269.

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

Color convert

RGB 205 3 36 -
CMYK 0 0.99 0.82 0.20
HSL 350.2º 0.97% 0.41% -
HSV(B) 350.2º 0.99% 0.8% -
XYZ 25.53 13.17 2.87 -
YUV 67.16 110.42 226.32 -
System Red Green Blue C M Y K H S L
Decimal 205 3 36 0 0.99 0.82 0.20 350.2 0.97 0.41
Hex CD 3 24 0 63 52 14 15E 61 29
Octal 315 3 44 0 143 122 24 536 141 51
Binary 11001101 11 100100 0 1100011 1010010 10100 101011110 1100001 101001

Color Harmonies of #CD0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0324

Black with #CD0324

Text Example


Text Example

White with #CD0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0324; }

 p { color: rgb(205,3,36); }

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

background-color css

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

 a { background-color: rgb(205,3,36); }

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

border-color css

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

 span { border-color: rgb(205,3,36); }

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