Html Css Color HEX #DD4730 Cinnabar

📋 copy color: '#DD4730'

red 221 ◦ green 71 ◦ blue 48

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

Shades of Cinnabar #DD4730

Tints of Cinnabar #DD4730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 65%
G = 20.88%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4730 (or 0xDD4730) is known color: Cinnabar. HEX triplet: DD, 47 and 30. RGB value is (221,71,48). Sum of RGB (Red+Green+Blue) = 221+71+48=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4730 is #22B8CF. Grayscale: #717171. Windows color (decimal): -2275536 or 3164125. OLE color: 3164125.

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

Color convert

RGB 221 71 48 -
CMYK 0 0.68 0.78 0.13
HSL 7.98º 0.72% 0.53% -
HSV(B) 7.98º 0.78% 0.87% -
XYZ 32.61 20.09 4.96 -
YUV 113.23 91.2 204.87 -
System Red Green Blue C M Y K H S L
Decimal 221 71 48 0 0.68 0.78 0.13 7.98 0.72 0.53
Hex DD 47 30 0 44 4E D 8 48 35
Octal 335 107 60 0 104 116 15 10 110 65
Binary 11011101 1000111 110000 0 1000100 1001110 1101 1000 1001000 110101

Color Harmonies of #DD4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4730

Black with #DD4730

Text Example


Text Example

White with #DD4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4730; }

 p { color: rgb(221,71,48); }

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

background-color css

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

 a { background-color: rgb(221,71,48); }

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

border-color css

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

 span { border-color: rgb(221,71,48); }

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