Html Css Color HEX #DD4627 Cinnabar

📋 copy color: '#DD4627'

red 221 ◦ green 70 ◦ blue 39

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

Shades of Cinnabar #DD4627

Tints of Cinnabar #DD4627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 66.97%
G = 21.21%
B = 11.82%

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

#DD4627 (or 0xDD4627) is known color: Cinnabar. HEX triplet: DD, 46 and 27. RGB value is (221,70,39). Sum of RGB (Red+Green+Blue) = 221+70+39=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4627 is #22B9D8. Grayscale: #6F6F6F. Windows color (decimal): -2275801 or 2574045. OLE color: 2574045.

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

Color convert

RGB 221 70 39 -
CMYK 0 0.68 0.82 0.13
HSL 10.22º 0.73% 0.51% -
HSV(B) 10.22º 0.82% 0.87% -
XYZ 32.38 19.9 4.05 -
YUV 111.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 221 70 39 0 0.68 0.82 0.13 10.22 0.73 0.51
Hex DD 46 27 0 44 52 D A 49 33
Octal 335 106 47 0 104 122 15 12 111 63
Binary 11011101 1000110 100111 0 1000100 1010010 1101 1010 1001001 110011

Color Harmonies of #DD4627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4627

Black with #DD4627

Text Example


Text Example

White with #DD4627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4627; }

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

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

background-color css

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

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

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

border-color css

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

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

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