Html Css Color HEX #DD4327 Cinnabar

📋 copy color: '#DD4327'

red 221 ◦ green 67 ◦ blue 39

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

Shades of Cinnabar #DD4327

Tints of Cinnabar #DD4327

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.49%

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

R = 67.58%
G = 20.49%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4327 (or 0xDD4327) is known color: Cinnabar. HEX triplet: DD, 43 and 27. RGB value is (221,67,39). Sum of RGB (Red+Green+Blue) = 221+67+39=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4327 is #22BCD8. Grayscale: #6E6E6E. Windows color (decimal): -2276569 or 2573277. OLE color: 2573277.

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

Color convert

RGB 221 67 39 -
CMYK 0 0.70 0.82 0.13
HSL 9.23º 0.73% 0.51% -
HSV(B) 9.23º 0.82% 0.87% -
XYZ 32.19 19.53 3.99 -
YUV 109.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 221 67 39 0 0.70 0.82 0.13 9.23 0.73 0.51
Hex DD 43 27 0 46 52 D 9 49 33
Octal 335 103 47 0 106 122 15 11 111 63
Binary 11011101 1000011 100111 0 1000110 1010010 1101 1001 1001001 110011

Color Harmonies of #DD4327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4327

Black with #DD4327

Text Example


Text Example

White with #DD4327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4327; }

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

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

background-color css

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

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

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

border-color css

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

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

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