Html Css Color HEX #DD0618 Venetian Red

📋 copy color: '#DD0618'

red 221 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #DD0618

Tints of Venetian Red #DD0618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

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

R = 88.05%
G = 2.39%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD0618 (or 0xDD0618) is known color: Venetian Red. HEX triplet: DD, 06 and 18. RGB value is (221,6,24). Sum of RGB (Red+Green+Blue) = 221+6+24=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0618 is #22F9E7. Grayscale: #484848. Windows color (decimal): -2292200 or 1574621. OLE color: 1574621.

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

Color convert

RGB 221 6 24 -
CMYK 0 0.97 0.89 0.13
HSL 354.98º 0.95% 0.45% -
HSV(B) 354.98º 0.97% 0.87% -
XYZ 30.05 15.57 2.29 -
YUV 72.34 100.73 234.04 -
System Red Green Blue C M Y K H S L
Decimal 221 6 24 0 0.97 0.89 0.13 354.98 0.95 0.45
Hex DD 6 18 0 61 59 D 163 5F 2D
Octal 335 6 30 0 141 131 15 543 137 55
Binary 11011101 110 11000 0 1100001 1011001 1101 101100011 1011111 101101

Color Harmonies of #DD0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0618

Black with #DD0618

Text Example


Text Example

White with #DD0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0618; }

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

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

background-color css

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

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

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

border-color css

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

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

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