Html Css Color HEX #DD4D3E Cinnabar

📋 copy color: '#DD4D3E'

red 221 ◦ green 77 ◦ blue 62

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

Shades of Cinnabar #DD4D3E

Tints of Cinnabar #DD4D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 61.39%
G = 21.39%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD4D3E (or 0xDD4D3E) is known color: Cinnabar. HEX triplet: DD, 4D and 3E. RGB value is (221,77,62). Sum of RGB (Red+Green+Blue) = 221+77+62=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D3E is #22B2C1. Grayscale: #767676. Windows color (decimal): -2273986 or 4083165. OLE color: 4083165.

HSL color Cylindrical-coordinate representation of color #DD4D3E: hue angle of 5.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD4D3E is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 62 -
CMYK 0 0.65 0.72 0.13
HSL 5.66º 0.7% 0.55% -
HSV(B) 5.66º 0.72% 0.87% -
XYZ 33.34 21.03 6.86 -
YUV 118.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 221 77 62 0 0.65 0.72 0.13 5.66 0.7 0.55
Hex DD 4D 3E 0 41 48 D 6 46 37
Octal 335 115 76 0 101 110 15 6 106 67
Binary 11011101 1001101 111110 0 1000001 1001000 1101 110 1000110 110111

Color Harmonies of #DD4D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D3E

Black with #DD4D3E

Text Example


Text Example

White with #DD4D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D3E; }

 p { color: rgb(221,77,62); }

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

background-color css

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

 a { background-color: rgb(221,77,62); }

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

border-color css

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

 span { border-color: rgb(221,77,62); }

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