Html Css Color HEX #DD4E30 Cinnabar

📋 copy color: '#DD4E30'

red 221 ◦ green 78 ◦ blue 48

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

Shades of Cinnabar #DD4E30

Tints of Cinnabar #DD4E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.48%

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

R = 63.69%
G = 22.48%
B = 13.83%

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

#DD4E30 (or 0xDD4E30) is known color: Cinnabar. HEX triplet: DD, 4E and 30. RGB value is (221,78,48). Sum of RGB (Red+Green+Blue) = 221+78+48=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E30 is #22B1CF. Grayscale: #757575. Windows color (decimal): -2273744 or 3165917. OLE color: 3165917.

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

Color convert

RGB 221 78 48 -
CMYK 0 0.65 0.78 0.13
HSL 10.4º 0.72% 0.53% -
HSV(B) 10.4º 0.78% 0.87% -
XYZ 33.08 21.03 5.11 -
YUV 117.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 221 78 48 0 0.65 0.78 0.13 10.4 0.72 0.53
Hex DD 4E 30 0 41 4E D A 48 35
Octal 335 116 60 0 101 116 15 12 110 65
Binary 11011101 1001110 110000 0 1000001 1001110 1101 1010 1001000 110101

Color Harmonies of #DD4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E30

Black with #DD4E30

Text Example


Text Example

White with #DD4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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