Html Css Color HEX #CD0512 Venetian Red

📋 copy color: '#CD0512'

red 205 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #CD0512

Tints of Venetian Red #CD0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 89.91%
G = 2.19%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD0512 (or 0xCD0512) is known color: Venetian Red. HEX triplet: CD, 05 and 12. RGB value is (205,5,18). Sum of RGB (Red+Green+Blue) = 205+5+18=228 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.91% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0512 is #32FAED. Grayscale: #424242. Windows color (decimal): -3341038 or 1181133. OLE color: 1181133.

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

Color convert

RGB 205 5 18 -
CMYK 0 0.98 0.91 0.20
HSL 356.1º 0.95% 0.41% -
HSV(B) 356.1º 0.98% 0.8% -
XYZ 25.34 13.13 1.77 -
YUV 66.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 205 5 18 0 0.98 0.91 0.20 356.1 0.95 0.41
Hex CD 5 12 0 62 5B 14 164 5F 29
Octal 315 5 22 0 142 133 24 544 137 51
Binary 11001101 101 10010 0 1100010 1011011 10100 101100100 1011111 101001

Color Harmonies of #CD0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0512

Black with #CD0512

Text Example


Text Example

White with #CD0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0512; }

 p { color: rgb(205,5,18); }

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

background-color css

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

 a { background-color: rgb(205,5,18); }

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

border-color css

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

 span { border-color: rgb(205,5,18); }

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