Html Css Color HEX #DD0318 Venetian Red

📋 copy color: '#DD0318'

red 221 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #DD0318

Tints of Venetian Red #DD0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 89.11%
G = 1.21%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD0318 (or 0xDD0318) is known color: Venetian Red. HEX triplet: DD, 03 and 18. RGB value is (221,3,24). Sum of RGB (Red+Green+Blue) = 221+3+24=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0318 is #22FCE7. Grayscale: #464646. Windows color (decimal): -2292968 or 1573853. OLE color: 1573853.

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

Color convert

RGB 221 3 24 -
CMYK 0 0.99 0.89 0.13
HSL 354.22º 0.97% 0.44% -
HSV(B) 354.22º 0.99% 0.87% -
XYZ 30.02 15.5 2.27 -
YUV 70.58 101.72 235.29 -
System Red Green Blue C M Y K H S L
Decimal 221 3 24 0 0.99 0.89 0.13 354.22 0.97 0.44
Hex DD 3 18 0 63 59 D 162 61 2C
Octal 335 3 30 0 143 131 15 542 141 54
Binary 11011101 11 11000 0 1100011 1011001 1101 101100010 1100001 101100

Color Harmonies of #DD0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0318

Black with #DD0318

Text Example


Text Example

White with #DD0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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