Html Css Color HEX #DD3629 Cinnabar

📋 copy color: '#DD3629'

red 221 ◦ green 54 ◦ blue 41

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

Shades of Cinnabar #DD3629

Tints of Cinnabar #DD3629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 69.94%
G = 17.09%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD3629 (or 0xDD3629) is known color: Cinnabar. HEX triplet: DD, 36 and 29. RGB value is (221,54,41). Sum of RGB (Red+Green+Blue) = 221+54+41=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3629 is #22C9D6. Grayscale: #666666. Windows color (decimal): -2279895 or 2701021. OLE color: 2701021.

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

Color convert

RGB 221 54 41 -
CMYK 0 0.76 0.81 0.13
HSL 4.33º 0.73% 0.51% -
HSV(B) 4.33º 0.81% 0.87% -
XYZ 31.54 18.17 3.94 -
YUV 102.45 93.33 212.56 -
System Red Green Blue C M Y K H S L
Decimal 221 54 41 0 0.76 0.81 0.13 4.33 0.73 0.51
Hex DD 36 29 0 4C 51 D 4 49 33
Octal 335 66 51 0 114 121 15 4 111 63
Binary 11011101 110110 101001 0 1001100 1010001 1101 100 1001001 110011

Color Harmonies of #DD3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3629

Black with #DD3629

Text Example


Text Example

White with #DD3629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3629; }

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

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

background-color css

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

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

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

border-color css

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

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

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