Html Css Color HEX #DD4D30 Cinnabar

📋 copy color: '#DD4D30'

red 221 ◦ green 77 ◦ blue 48

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

Shades of Cinnabar #DD4D30

Tints of Cinnabar #DD4D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

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

R = 63.87%
G = 22.25%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4D30 (or 0xDD4D30) is known color: Cinnabar. HEX triplet: DD, 4D and 30. RGB value is (221,77,48). Sum of RGB (Red+Green+Blue) = 221+77+48=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D30 is #22B2CF. Grayscale: #757575. Windows color (decimal): -2274000 or 3165661. OLE color: 3165661.

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

Color convert

RGB 221 77 48 -
CMYK 0 0.65 0.78 0.13
HSL 10.06º 0.72% 0.53% -
HSV(B) 10.06º 0.78% 0.87% -
XYZ 33.01 20.89 5.09 -
YUV 116.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 221 77 48 0 0.65 0.78 0.13 10.06 0.72 0.53
Hex DD 4D 30 0 41 4E D A 48 35
Octal 335 115 60 0 101 116 15 12 110 65
Binary 11011101 1001101 110000 0 1000001 1001110 1101 1010 1001000 110101

Color Harmonies of #DD4D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D30

Black with #DD4D30

Text Example


Text Example

White with #DD4D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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