Html Css Color HEX #CD091D Venetian Red

📋 copy color: '#CD091D'

red 205 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #CD091D

Tints of Venetian Red #CD091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 84.36%
G = 3.7%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD091D (or 0xCD091D) is known color: Venetian Red. HEX triplet: CD, 09 and 1D. RGB value is (205,9,29). Sum of RGB (Red+Green+Blue) = 205+9+29=243 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.36% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 205 - color contains mainly: red. Hex color #CD091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD091D is #32F6E2. Grayscale: #464646. Windows color (decimal): -3340003 or 1903053. OLE color: 1903053.

HSL color Cylindrical-coordinate representation of color #CD091D: hue angle of 353.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 29 -
CMYK 0 0.96 0.86 0.20
HSL 353.88º 0.92% 0.42% -
HSV(B) 353.88º 0.96% 0.8% -
XYZ 25.5 13.26 2.38 -
YUV 69.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 205 9 29 0 0.96 0.86 0.20 353.88 0.92 0.42
Hex CD 9 1D 0 60 56 14 162 5C 2A
Octal 315 11 35 0 140 126 24 542 134 52
Binary 11001101 1001 11101 0 1100000 1010110 10100 101100010 1011100 101010

Color Harmonies of #CD091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD091D

Black with #CD091D

Text Example


Text Example

White with #CD091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD091D; }

 p { color: rgb(205,9,29); }

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

background-color css

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

 a { background-color: rgb(205,9,29); }

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

border-color css

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

 span { border-color: rgb(205,9,29); }

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