Html Css Color HEX #CD091A Venetian Red

📋 copy color: '#CD091A'

red 205 ◦ green 9 ◦ blue 26

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

Shades of Venetian Red #CD091A

Tints of Venetian Red #CD091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 85.42%
G = 3.75%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD091A (or 0xCD091A) is known color: Venetian Red. HEX triplet: CD, 09 and 1A. RGB value is (205,9,26). Sum of RGB (Red+Green+Blue) = 205+9+26=240 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.42% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 205 - color contains mainly: red. Hex color #CD091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD091A is #32F6E5. Grayscale: #454545. Windows color (decimal): -3340006 or 1706445. OLE color: 1706445.

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

Color convert

RGB 205 9 26 -
CMYK 0 0.96 0.87 0.20
HSL 354.8º 0.92% 0.42% -
HSV(B) 354.8º 0.96% 0.8% -
XYZ 25.46 13.25 2.19 -
YUV 69.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 205 9 26 0 0.96 0.87 0.20 354.8 0.92 0.42
Hex CD 9 1A 0 60 57 14 163 5C 2A
Octal 315 11 32 0 140 127 24 543 134 52
Binary 11001101 1001 11010 0 1100000 1010111 10100 101100011 1011100 101010

Color Harmonies of #CD091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD091A

Black with #CD091A

Text Example


Text Example

White with #CD091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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