Html Css Color HEX #CD0914 Venetian Red

📋 copy color: '#CD0914'

red 205 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #CD0914

Tints of Venetian Red #CD0914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 87.61%
G = 3.85%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD0914 (or 0xCD0914) is known color: Venetian Red. HEX triplet: CD, 09 and 14. RGB value is (205,9,20). Sum of RGB (Red+Green+Blue) = 205+9+20=234 (30% of max value = 765). Red value is 205 (80.47% from 255 or 87.61% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0914 is #32F6EB. Grayscale: #454545. Windows color (decimal): -3340012 or 1313229. OLE color: 1313229.

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

Color convert

RGB 205 9 20 -
CMYK 0 0.96 0.90 0.20
HSL 356.63º 0.92% 0.42% -
HSV(B) 356.63º 0.96% 0.8% -
XYZ 25.4 13.23 1.88 -
YUV 68.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 205 9 20 0 0.96 0.90 0.20 356.63 0.92 0.42
Hex CD 9 14 0 60 5A 14 165 5C 2A
Octal 315 11 24 0 140 132 24 545 134 52
Binary 11001101 1001 10100 0 1100000 1011010 10100 101100101 1011100 101010

Color Harmonies of #CD0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0914

Black with #CD0914

Text Example


Text Example

White with #CD0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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