Html Css Color HEX #DD4D2F Cinnabar

📋 copy color: '#DD4D2F'

red 221 ◦ green 77 ◦ blue 47

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

Shades of Cinnabar #DD4D2F

Tints of Cinnabar #DD4D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 64.06%
G = 22.32%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD4D2F (or 0xDD4D2F) is known color: Cinnabar. HEX triplet: DD, 4D and 2F. RGB value is (221,77,47). Sum of RGB (Red+Green+Blue) = 221+77+47=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D2F is #22B2D0. Grayscale: #747474. Windows color (decimal): -2274001 or 3100125. OLE color: 3100125.

HSL color Cylindrical-coordinate representation of color #DD4D2F: hue angle of 10.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD4D2F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 47 -
CMYK 0 0.65 0.79 0.13
HSL 10.34º 0.72% 0.53% -
HSV(B) 10.34º 0.79% 0.87% -
XYZ 32.99 20.89 4.98 -
YUV 116.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 221 77 47 0 0.65 0.79 0.13 10.34 0.72 0.53
Hex DD 4D 2F 0 41 4F D A 48 35
Octal 335 115 57 0 101 117 15 12 110 65
Binary 11011101 1001101 101111 0 1000001 1001111 1101 1010 1001000 110101

Color Harmonies of #DD4D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D2F

Black with #DD4D2F

Text Example


Text Example

White with #DD4D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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