Html Css Color HEX #CD0713 Venetian Red

📋 copy color: '#CD0713'

red 205 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #CD0713

Tints of Venetian Red #CD0713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

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

R = 88.74%
G = 3.03%
B = 8.23%

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

#CD0713 (or 0xCD0713) is known color: Venetian Red. HEX triplet: CD, 07 and 13. RGB value is (205,7,19). Sum of RGB (Red+Green+Blue) = 205+7+19=231 (30% of max value = 765). Red value is 205 (80.47% from 255 or 88.74% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0713 is #32F8EC. Grayscale: #434343. Windows color (decimal): -3340525 or 1247181. OLE color: 1247181.

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

Color convert

RGB 205 7 19 -
CMYK 0 0.97 0.91 0.20
HSL 356.36º 0.93% 0.42% -
HSV(B) 356.36º 0.97% 0.8% -
XYZ 25.37 13.18 1.82 -
YUV 67.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 205 7 19 0 0.97 0.91 0.20 356.36 0.93 0.42
Hex CD 7 13 0 61 5B 14 164 5D 2A
Octal 315 7 23 0 141 133 24 544 135 52
Binary 11001101 111 10011 0 1100001 1011011 10100 101100100 1011101 101010

Color Harmonies of #CD0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0713

Black with #CD0713

Text Example


Text Example

White with #CD0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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