Html Css Color HEX #DD4830 Cinnabar

📋 copy color: '#DD4830'

red 221 ◦ green 72 ◦ blue 48

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

Shades of Cinnabar #DD4830

Tints of Cinnabar #DD4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 64.81%
G = 21.11%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4830 (or 0xDD4830) is known color: Cinnabar. HEX triplet: DD, 48 and 30. RGB value is (221,72,48). Sum of RGB (Red+Green+Blue) = 221+72+48=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4830 is #22B7CF. Grayscale: #727272. Windows color (decimal): -2275280 or 3164381. OLE color: 3164381.

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

Color convert

RGB 221 72 48 -
CMYK 0 0.67 0.78 0.13
HSL 8.32º 0.72% 0.53% -
HSV(B) 8.32º 0.78% 0.87% -
XYZ 32.67 20.22 4.98 -
YUV 113.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 221 72 48 0 0.67 0.78 0.13 8.32 0.72 0.53
Hex DD 48 30 0 43 4E D 8 48 35
Octal 335 110 60 0 103 116 15 10 110 65
Binary 11011101 1001000 110000 0 1000011 1001110 1101 1000 1001000 110101

Color Harmonies of #DD4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4830

Black with #DD4830

Text Example


Text Example

White with #DD4830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4830; }

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

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

background-color css

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

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

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

border-color css

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

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

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