Html Css Color HEX #DD3729 Cinnabar

📋 copy color: '#DD3729'

red 221 ◦ green 55 ◦ blue 41

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

Shades of Cinnabar #DD3729

Tints of Cinnabar #DD3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 69.72%
G = 17.35%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD3729 (or 0xDD3729) is known color: Cinnabar. HEX triplet: DD, 37 and 29. RGB value is (221,55,41). Sum of RGB (Red+Green+Blue) = 221+55+41=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3729 is #22C8D6. Grayscale: #676767. Windows color (decimal): -2279639 or 2701277. OLE color: 2701277.

HSL color Cylindrical-coordinate representation of color #DD3729: hue angle of 4.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD3729 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 41 -
CMYK 0 0.75 0.81 0.13
HSL 4.67º 0.73% 0.51% -
HSV(B) 4.67º 0.81% 0.87% -
XYZ 31.59 18.26 3.96 -
YUV 103.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 221 55 41 0 0.75 0.81 0.13 4.67 0.73 0.51
Hex DD 37 29 0 4B 51 D 5 49 33
Octal 335 67 51 0 113 121 15 5 111 63
Binary 11011101 110111 101001 0 1001011 1010001 1101 101 1001001 110011

Color Harmonies of #DD3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3729

Black with #DD3729

Text Example


Text Example

White with #DD3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3729; }

 p { color: rgb(221,55,41); }

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

background-color css

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

 a { background-color: rgb(221,55,41); }

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

border-color css

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

 span { border-color: rgb(221,55,41); }

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