Html Css Color HEX #CD0813 Venetian Red

📋 copy color: '#CD0813'

red 205 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #CD0813

Tints of Venetian Red #CD0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 88.36%
G = 3.45%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD0813 (or 0xCD0813) is known color: Venetian Red. HEX triplet: CD, 08 and 13. RGB value is (205,8,19). Sum of RGB (Red+Green+Blue) = 205+8+19=232 (30% of max value = 765). Red value is 205 (80.47% from 255 or 88.36% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0813 is #32F7EC. Grayscale: #444444. Windows color (decimal): -3340269 or 1247437. OLE color: 1247437.

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

Color convert

RGB 205 8 19 -
CMYK 0 0.96 0.91 0.20
HSL 356.65º 0.92% 0.42% -
HSV(B) 356.65º 0.96% 0.8% -
XYZ 25.38 13.2 1.83 -
YUV 68.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 205 8 19 0 0.96 0.91 0.20 356.65 0.92 0.42
Hex CD 8 13 0 60 5B 14 165 5C 2A
Octal 315 10 23 0 140 133 24 545 134 52
Binary 11001101 1000 10011 0 1100000 1011011 10100 101100101 1011100 101010

Color Harmonies of #CD0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0813

Black with #CD0813

Text Example


Text Example

White with #CD0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0813; }

 p { color: rgb(205,8,19); }

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

background-color css

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

 a { background-color: rgb(205,8,19); }

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

border-color css

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

 span { border-color: rgb(205,8,19); }

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