Html Css Color HEX #DD4030 Cinnabar

📋 copy color: '#DD4030'

red 221 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #DD4030

Tints of Cinnabar #DD4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 66.37%
G = 19.22%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4030 (or 0xDD4030) is known color: Cinnabar. HEX triplet: DD, 40 and 30. RGB value is (221,64,48). Sum of RGB (Red+Green+Blue) = 221+64+48=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4030 is #22BFCF. Grayscale: #6D6D6D. Windows color (decimal): -2277328 or 3162333. OLE color: 3162333.

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

Color convert

RGB 221 64 48 -
CMYK 0 0.71 0.78 0.13
HSL 5.55º 0.72% 0.53% -
HSV(B) 5.55º 0.78% 0.87% -
XYZ 32.19 19.25 4.82 -
YUV 109.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 221 64 48 0 0.71 0.78 0.13 5.55 0.72 0.53
Hex DD 40 30 0 47 4E D 6 48 35
Octal 335 100 60 0 107 116 15 6 110 65
Binary 11011101 1000000 110000 0 1000111 1001110 1101 110 1001000 110101

Color Harmonies of #DD4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4030

Black with #DD4030

Text Example


Text Example

White with #DD4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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