Html Css Color HEX #DD0308 Venetian Red

📋 copy color: '#DD0308'

red 221 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #DD0308

Tints of Venetian Red #DD0308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 8 (3.52% from 255) = 3.45%

R = 95.26%
G = 1.29%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0308 (or 0xDD0308) is known color: Venetian Red. HEX triplet: DD, 03 and 08. RGB value is (221,3,8). Sum of RGB (Red+Green+Blue) = 221+3+8=232 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.26% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0308 is #22FCF7. Grayscale: #444444. Windows color (decimal): -2292984 or 525277. OLE color: 525277.

HSL color Cylindrical-coordinate representation of color #DD0308: hue angle of 358.62º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 8 -
CMYK 0 0.99 0.96 0.13
HSL 358.62º 0.97% 0.44% -
HSV(B) 358.62º 0.99% 0.87% -
XYZ 29.9 15.45 1.64 -
YUV 68.75 93.72 236.59 -
System Red Green Blue C M Y K H S L
Decimal 221 3 8 0 0.99 0.96 0.13 358.62 0.97 0.44
Hex DD 3 8 0 63 60 D 167 61 2C
Octal 335 3 10 0 143 140 15 547 141 54
Binary 11011101 11 1000 0 1100011 1100000 1101 101100111 1100001 101100

Color Harmonies of #DD0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0308

Black with #DD0308

Text Example


Text Example

White with #DD0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0308; }

 p { color: rgb(221,3,8); }

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

background-color css

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

 a { background-color: rgb(221,3,8); }

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

border-color css

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

 span { border-color: rgb(221,3,8); }

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