Html Css Color HEX #DD4630 Cinnabar

📋 copy color: '#DD4630'

red 221 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #DD4630

Tints of Cinnabar #DD4630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

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

R = 65.19%
G = 20.65%
B = 14.16%

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

#DD4630 (or 0xDD4630) is known color: Cinnabar. HEX triplet: DD, 46 and 30. RGB value is (221,70,48). Sum of RGB (Red+Green+Blue) = 221+70+48=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4630 is #22B9CF. Grayscale: #707070. Windows color (decimal): -2275792 or 3163869. OLE color: 3163869.

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

Color convert

RGB 221 70 48 -
CMYK 0 0.68 0.78 0.13
HSL 7.63º 0.72% 0.53% -
HSV(B) 7.63º 0.78% 0.87% -
XYZ 32.54 19.97 4.93 -
YUV 112.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 221 70 48 0 0.68 0.78 0.13 7.63 0.72 0.53
Hex DD 46 30 0 44 4E D 8 48 35
Octal 335 106 60 0 104 116 15 10 110 65
Binary 11011101 1000110 110000 0 1000100 1001110 1101 1000 1001000 110101

Color Harmonies of #DD4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4630

Black with #DD4630

Text Example


Text Example

White with #DD4630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4630; }

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

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

background-color css

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

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

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

border-color css

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

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

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