Html Css Color HEX #DD0307 Venetian Red

📋 copy color: '#DD0307'

red 221 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #DD0307

Tints of Venetian Red #DD0307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 95.67%
G = 1.3%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD0307 (or 0xDD0307) is known color: Venetian Red. HEX triplet: DD, 03 and 07. RGB value is (221,3,7). Sum of RGB (Red+Green+Blue) = 221+3+7=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0307 is #22FCF8. Grayscale: #444444. Windows color (decimal): -2292985 or 459741. OLE color: 459741.

HSL color Cylindrical-coordinate representation of color #DD0307: hue angle of 358.9º 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 #DD0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 7 -
CMYK 0 0.99 0.97 0.13
HSL 358.9º 0.97% 0.44% -
HSV(B) 358.9º 0.99% 0.87% -
XYZ 29.89 15.45 1.61 -
YUV 68.64 93.22 236.67 -
System Red Green Blue C M Y K H S L
Decimal 221 3 7 0 0.99 0.97 0.13 358.9 0.97 0.44
Hex DD 3 7 0 63 61 D 167 61 2C
Octal 335 3 7 0 143 141 15 547 141 54
Binary 11011101 11 111 0 1100011 1100001 1101 101100111 1100001 101100

Color Harmonies of #DD0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0307

Black with #DD0307

Text Example


Text Example

White with #DD0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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