Html Css Color HEX #DD4628 Cinnabar

📋 copy color: '#DD4628'

red 221 ◦ green 70 ◦ blue 40

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

Shades of Cinnabar #DD4628

Tints of Cinnabar #DD4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 66.77%
G = 21.15%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4628 (or 0xDD4628) is known color: Cinnabar. HEX triplet: DD, 46 and 28. RGB value is (221,70,40). Sum of RGB (Red+Green+Blue) = 221+70+40=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4628 is #22B9D7. Grayscale: #707070. Windows color (decimal): -2275800 or 2639581. OLE color: 2639581.

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

Color convert

RGB 221 70 40 -
CMYK 0 0.68 0.82 0.13
HSL 9.94º 0.73% 0.51% -
HSV(B) 9.94º 0.82% 0.87% -
XYZ 32.39 19.91 4.14 -
YUV 111.73 87.53 205.94 -
System Red Green Blue C M Y K H S L
Decimal 221 70 40 0 0.68 0.82 0.13 9.94 0.73 0.51
Hex DD 46 28 0 44 52 D A 49 33
Octal 335 106 50 0 104 122 15 12 111 63
Binary 11011101 1000110 101000 0 1000100 1010010 1101 1010 1001001 110011

Color Harmonies of #DD4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4628

Black with #DD4628

Text Example


Text Example

White with #DD4628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4628; }

 p { color: rgb(221,70,40); }

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

background-color css

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

 a { background-color: rgb(221,70,40); }

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

border-color css

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

 span { border-color: rgb(221,70,40); }

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