Html Css Color HEX #CD0B16 Venetian Red

📋 copy color: '#CD0B16'

red 205 ◦ green 11 ◦ blue 22

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

Shades of Venetian Red #CD0B16

Tints of Venetian Red #CD0B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 86.13%
G = 4.62%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD0B16 (or 0xCD0B16) is known color: Venetian Red. HEX triplet: CD, 0B and 16. RGB value is (205,11,22). Sum of RGB (Red+Green+Blue) = 205+11+22=238 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.13% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0B16 is #32F4E9. Grayscale: #464646. Windows color (decimal): -3339498 or 1444813. OLE color: 1444813.

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

Color convert

RGB 205 11 22 -
CMYK 0 0.95 0.89 0.20
HSL 356.6º 0.9% 0.42% -
HSV(B) 356.6º 0.95% 0.8% -
XYZ 25.44 13.28 1.98 -
YUV 70.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 205 11 22 0 0.95 0.89 0.20 356.6 0.9 0.42
Hex CD B 16 0 5F 59 14 165 5A 2A
Octal 315 13 26 0 137 131 24 545 132 52
Binary 11001101 1011 10110 0 1011111 1011001 10100 101100101 1011010 101010

Color Harmonies of #CD0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0B16

Black with #CD0B16

Text Example


Text Example

White with #CD0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0B16; }

 p { color: rgb(205,11,22); }

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

background-color css

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

 a { background-color: rgb(205,11,22); }

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

border-color css

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

 span { border-color: rgb(205,11,22); }

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