Html Css Color HEX #CD090D Venetian Red

📋 copy color: '#CD090D'

red 205 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #CD090D

Tints of Venetian Red #CD090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 90.31%
G = 3.96%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD090D (or 0xCD090D) is known color: Venetian Red. HEX triplet: CD, 09 and 0D. RGB value is (205,9,13). Sum of RGB (Red+Green+Blue) = 205+9+13=227 (30% of max value = 765). Red value is 205 (80.47% from 255 or 90.31% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 205 - color contains mainly: red. Hex color #CD090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD090D is #32F6F2. Grayscale: #444444. Windows color (decimal): -3340019 or 854477. OLE color: 854477.

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

Color convert

RGB 205 9 13 -
CMYK 0 0.96 0.94 0.20
HSL 358.78º 0.92% 0.42% -
HSV(B) 358.78º 0.96% 0.8% -
XYZ 25.35 13.2 1.59 -
YUV 68.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 205 9 13 0 0.96 0.94 0.20 358.78 0.92 0.42
Hex CD 9 D 0 60 5E 14 167 5C 2A
Octal 315 11 15 0 140 136 24 547 134 52
Binary 11001101 1001 1101 0 1100000 1011110 10100 101100111 1011100 101010

Color Harmonies of #CD090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD090D

Black with #CD090D

Text Example


Text Example

White with #CD090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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