Html Css Color HEX #DD000B Venetian Red

📋 copy color: '#DD000B'

red 221 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #DD000B

Tints of Venetian Red #DD000B

RGB

 RED value IS 221 (86.72% from 255) = 95.26%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 95.26%
G = 0%
B = 4.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD000B (or 0xDD000B) is known color: Venetian Red. HEX triplet: DD, 00 and 0B. RGB value is (221,0,11). Sum of RGB (Red+Green+Blue) = 221+0+11=232 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.26% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 221 - color contains mainly: red. Hex color #DD000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD000B is #22FFF4. Grayscale: #434343. Windows color (decimal): -2293749 or 721117. OLE color: 721117.

HSL color Cylindrical-coordinate representation of color #DD000B: hue angle of 357.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 11 -
CMYK 0 1 0.95 0.13
HSL 357.01º 1% 0.43% -
HSV(B) 357.01º 1% 0.87% -
XYZ 29.88 15.4 1.71 -
YUV 67.33 96.22 237.61 -
System Red Green Blue C M Y K H S L
Decimal 221 0 11 0 1 0.95 0.13 357.01 1 0.43
Hex DD 0 B 0 64 5F D 165 64 2B
Octal 335 0 13 0 144 137 15 545 144 53
Binary 11011101 0 1011 0 1100100 1011111 1101 101100101 1100100 101011

Color Harmonies of #DD000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD000B

Black with #DD000B

Text Example


Text Example

White with #DD000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD000B; }

 p { color: rgb(221,0,11); }

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

background-color css

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

 a { background-color: rgb(221,0,11); }

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

border-color css

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

 span { border-color: rgb(221,0,11); }

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