Html Css Color HEX #CD091E Venetian Red

📋 copy color: '#CD091E'

red 205 ◦ green 9 ◦ blue 30

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

Shades of Venetian Red #CD091E

Tints of Venetian Red #CD091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 84.02%
G = 3.69%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD091E (or 0xCD091E) is known color: Venetian Red. HEX triplet: CD, 09 and 1E. RGB value is (205,9,30). Sum of RGB (Red+Green+Blue) = 205+9+30=244 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.02% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 205 - color contains mainly: red. Hex color #CD091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD091E is #32F6E1. Grayscale: #464646. Windows color (decimal): -3340002 or 1968589. OLE color: 1968589.

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

Color convert

RGB 205 9 30 -
CMYK 0 0.96 0.85 0.20
HSL 353.57º 0.92% 0.42% -
HSV(B) 353.57º 0.96% 0.8% -
XYZ 25.51 13.27 2.44 -
YUV 70 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 205 9 30 0 0.96 0.85 0.20 353.57 0.92 0.42
Hex CD 9 1E 0 60 55 14 162 5C 2A
Octal 315 11 36 0 140 125 24 542 134 52
Binary 11001101 1001 11110 0 1100000 1010101 10100 101100010 1011100 101010

Color Harmonies of #CD091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD091E

Black with #CD091E

Text Example


Text Example

White with #CD091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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