Html Css Color HEX #DD4427 Cinnabar

📋 copy color: '#DD4427'

red 221 ◦ green 68 ◦ blue 39

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

Shades of Cinnabar #DD4427

Tints of Cinnabar #DD4427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 67.38%
G = 20.73%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4427 (or 0xDD4427) is known color: Cinnabar. HEX triplet: DD, 44 and 27. RGB value is (221,68,39). Sum of RGB (Red+Green+Blue) = 221+68+39=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4427 is #22BBD8. Grayscale: #6E6E6E. Windows color (decimal): -2276313 or 2573533. OLE color: 2573533.

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

Color convert

RGB 221 68 39 -
CMYK 0 0.69 0.82 0.13
HSL 9.56º 0.73% 0.51% -
HSV(B) 9.56º 0.82% 0.87% -
XYZ 32.25 19.65 4.01 -
YUV 110.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 221 68 39 0 0.69 0.82 0.13 9.56 0.73 0.51
Hex DD 44 27 0 45 52 D A 49 33
Octal 335 104 47 0 105 122 15 12 111 63
Binary 11011101 1000100 100111 0 1000101 1010010 1101 1010 1001001 110011

Color Harmonies of #DD4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4427

Black with #DD4427

Text Example


Text Example

White with #DD4427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4427; }

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

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

background-color css

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

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

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

border-color css

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

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

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