Html Css Color HEX #CD0B0E Venetian Red

📋 copy color: '#CD0B0E'

red 205 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #CD0B0E

Tints of Venetian Red #CD0B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 89.13%
G = 4.78%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD0B0E (or 0xCD0B0E) is known color: Venetian Red. HEX triplet: CD, 0B and 0E. RGB value is (205,11,14). Sum of RGB (Red+Green+Blue) = 205+11+14=230 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.13% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0B0E is #32F4F1. Grayscale: #454545. Windows color (decimal): -3339506 or 920525. OLE color: 920525.

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

Color convert

RGB 205 11 14 -
CMYK 0 0.95 0.93 0.20
HSL 359.07º 0.9% 0.42% -
HSV(B) 359.07º 0.95% 0.8% -
XYZ 25.38 13.25 1.64 -
YUV 69.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 205 11 14 0 0.95 0.93 0.20 359.07 0.9 0.42
Hex CD B E 0 5F 5D 14 167 5A 2A
Octal 315 13 16 0 137 135 24 547 132 52
Binary 11001101 1011 1110 0 1011111 1011101 10100 101100111 1011010 101010

Color Harmonies of #CD0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0B0E

Black with #CD0B0E

Text Example


Text Example

White with #CD0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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