Html Css Color HEX #CD0812 Venetian Red

📋 copy color: '#CD0812'

red 205 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #CD0812

Tints of Venetian Red #CD0812

RGB

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

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

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

R = 88.74%
G = 3.46%
B = 7.79%

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

#CD0812 (or 0xCD0812) is known color: Venetian Red. HEX triplet: CD, 08 and 12. RGB value is (205,8,18). Sum of RGB (Red+Green+Blue) = 205+8+18=231 (30% of max value = 765). Red value is 205 (80.47% from 255 or 88.74% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0812 is #32F7ED. Grayscale: #444444. Windows color (decimal): -3340270 or 1181901. OLE color: 1181901.

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

Color convert

RGB 205 8 18 -
CMYK 0 0.96 0.91 0.20
HSL 356.95º 0.92% 0.42% -
HSV(B) 356.95º 0.96% 0.8% -
XYZ 25.37 13.2 1.78 -
YUV 68.04 99.77 225.69 -
System Red Green Blue C M Y K H S L
Decimal 205 8 18 0 0.96 0.91 0.20 356.95 0.92 0.42
Hex CD 8 12 0 60 5B 14 165 5C 2A
Octal 315 10 22 0 140 133 24 545 134 52
Binary 11001101 1000 10010 0 1100000 1011011 10100 101100101 1011100 101010

Color Harmonies of #CD0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0812

Black with #CD0812

Text Example


Text Example

White with #CD0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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