Html Css Color HEX #DD0024 Venetian Red

📋 copy color: '#DD0024'

red 221 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #DD0024

Tints of Venetian Red #DD0024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 85.99%
G = 0%
B = 14.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD0024 (or 0xDD0024) is known color: Venetian Red. HEX triplet: DD, 00 and 24. RGB value is (221,0,36). Sum of RGB (Red+Green+Blue) = 221+0+36=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0024 is #22FFDB. Grayscale: #464646. Windows color (decimal): -2293724 or 2359517. OLE color: 2359517.

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

Color convert

RGB 221 0 36 -
CMYK 0 1 0.84 0.13
HSL 350.23º 1% 0.43% -
HSV(B) 350.23º 1% 0.87% -
XYZ 30.14 15.5 3.07 -
YUV 70.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 221 0 36 0 1 0.84 0.13 350.23 1 0.43
Hex DD 0 24 0 64 54 D 15E 64 2B
Octal 335 0 44 0 144 124 15 536 144 53
Binary 11011101 0 100100 0 1100100 1010100 1101 101011110 1100100 101011

Color Harmonies of #DD0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0024

Black with #DD0024

Text Example


Text Example

White with #DD0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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