Html Css Color HEX #DD4D1E Cinnabar

📋 copy color: '#DD4D1E'

red 221 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #DD4D1E

Tints of Cinnabar #DD4D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 67.38%
G = 23.48%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD4D1E (or 0xDD4D1E) is known color: Cinnabar. HEX triplet: DD, 4D and 1E. RGB value is (221,77,30). Sum of RGB (Red+Green+Blue) = 221+77+30=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D1E is #22B2E1. Grayscale: #737373. Windows color (decimal): -2274018 or 1986013. OLE color: 1986013.

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

Color convert

RGB 221 77 30 -
CMYK 0 0.65 0.86 0.13
HSL 14.76º 0.76% 0.49% -
HSV(B) 14.76º 0.86% 0.87% -
XYZ 32.71 20.77 3.51 -
YUV 114.7 80.21 203.82 -
System Red Green Blue C M Y K H S L
Decimal 221 77 30 0 0.65 0.86 0.13 14.76 0.76 0.49
Hex DD 4D 1E 0 41 56 D F 4C 31
Octal 335 115 36 0 101 126 15 17 114 61
Binary 11011101 1001101 11110 0 1000001 1010110 1101 1111 1001100 110001

Color Harmonies of #DD4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D1E

Black with #DD4D1E

Text Example


Text Example

White with #DD4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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