Html Css Color HEX #CD0613 Venetian Red

📋 copy color: '#CD0613'

red 205 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #CD0613

Tints of Venetian Red #CD0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 89.13%
G = 2.61%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD0613 (or 0xCD0613) is known color: Venetian Red. HEX triplet: CD, 06 and 13. RGB value is (205,6,19). Sum of RGB (Red+Green+Blue) = 205+6+19=230 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.13% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0613 is #32F9EC. Grayscale: #434343. Windows color (decimal): -3340781 or 1246925. OLE color: 1246925.

HSL color Cylindrical-coordinate representation of color #CD0613: hue angle of 356.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0613 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 6 19 -
CMYK 0 0.97 0.91 0.20
HSL 356.08º 0.94% 0.41% -
HSV(B) 356.08º 0.97% 0.8% -
XYZ 25.36 13.16 1.82 -
YUV 66.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 205 6 19 0 0.97 0.91 0.20 356.08 0.94 0.41
Hex CD 6 13 0 61 5B 14 164 5E 29
Octal 315 6 23 0 141 133 24 544 136 51
Binary 11001101 110 10011 0 1100001 1011011 10100 101100100 1011110 101001

Color Harmonies of #CD0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0613

Black with #CD0613

Text Example


Text Example

White with #CD0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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