Html Css Color HEX #DD4021 Cinnabar

📋 copy color: '#DD4021'

red 221 ◦ green 64 ◦ blue 33

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

Shades of Cinnabar #DD4021

Tints of Cinnabar #DD4021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

 BLUE value IS 33 (13.28% from 255) = 10.38%

R = 69.5%
G = 20.13%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD4021 (or 0xDD4021) is known color: Cinnabar. HEX triplet: DD, 40 and 21. RGB value is (221,64,33). Sum of RGB (Red+Green+Blue) = 221+64+33=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4021 is #22BFDE. Grayscale: #6B6B6B. Windows color (decimal): -2277343 or 2179293. OLE color: 2179293.

HSL color Cylindrical-coordinate representation of color #DD4021: hue angle of 9.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD4021 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 33 -
CMYK 0 0.71 0.85 0.13
HSL 9.89º 0.74% 0.5% -
HSV(B) 9.89º 0.85% 0.87% -
XYZ 31.93 19.15 3.45 -
YUV 107.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 221 64 33 0 0.71 0.85 0.13 9.89 0.74 0.5
Hex DD 40 21 0 47 55 D A 4A 32
Octal 335 100 41 0 107 125 15 12 112 62
Binary 11011101 1000000 100001 0 1000111 1010101 1101 1010 1001010 110010

Color Harmonies of #DD4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4021

Black with #DD4021

Text Example


Text Example

White with #DD4021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4021; }

 p { color: rgb(221,64,33); }

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

background-color css

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

 a { background-color: rgb(221,64,33); }

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

border-color css

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

 span { border-color: rgb(221,64,33); }

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