Html Css Color HEX #DD3727 Cinnabar

📋 copy color: '#DD3727'

red 221 ◦ green 55 ◦ blue 39

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

Shades of Cinnabar #DD3727

Tints of Cinnabar #DD3727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

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

R = 70.16%
G = 17.46%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3727 (or 0xDD3727) is known color: Cinnabar. HEX triplet: DD, 37 and 27. RGB value is (221,55,39). Sum of RGB (Red+Green+Blue) = 221+55+39=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3727 is #22C8D8. Grayscale: #676767. Windows color (decimal): -2279641 or 2570205. OLE color: 2570205.

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

Color convert

RGB 221 55 39 -
CMYK 0 0.75 0.82 0.13
HSL 5.27º 0.73% 0.51% -
HSV(B) 5.27º 0.82% 0.87% -
XYZ 31.55 18.25 3.78 -
YUV 102.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 221 55 39 0 0.75 0.82 0.13 5.27 0.73 0.51
Hex DD 37 27 0 4B 52 D 5 49 33
Octal 335 67 47 0 113 122 15 5 111 63
Binary 11011101 110111 100111 0 1001011 1010010 1101 101 1001001 110011

Color Harmonies of #DD3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3727

Black with #DD3727

Text Example


Text Example

White with #DD3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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