Html Css Color HEX #CD0325 Venetian Red

📋 copy color: '#CD0325'

red 205 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #CD0325

Tints of Venetian Red #CD0325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 83.67%
G = 1.22%
B = 15.1%

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

#CD0325 (or 0xCD0325) is known color: Venetian Red. HEX triplet: CD, 03 and 25. RGB value is (205,3,37). Sum of RGB (Red+Green+Blue) = 205+3+37=245 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.67% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0325 is #32FCDA. Grayscale: #434343. Windows color (decimal): -3341531 or 2425805. OLE color: 2425805.

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

Color convert

RGB 205 3 37 -
CMYK 0 0.99 0.82 0.20
HSL 349.9º 0.97% 0.41% -
HSV(B) 349.9º 0.99% 0.8% -
XYZ 25.54 13.18 2.95 -
YUV 67.27 110.92 226.24 -
System Red Green Blue C M Y K H S L
Decimal 205 3 37 0 0.99 0.82 0.20 349.9 0.97 0.41
Hex CD 3 25 0 63 52 14 15E 61 29
Octal 315 3 45 0 143 122 24 536 141 51
Binary 11001101 11 100101 0 1100011 1010010 10100 101011110 1100001 101001

Color Harmonies of #CD0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0325

Black with #CD0325

Text Example


Text Example

White with #CD0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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