Html Css Color HEX #DD4F2F Cinnabar

📋 copy color: '#DD4F2F'

red 221 ◦ green 79 ◦ blue 47

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

Shades of Cinnabar #DD4F2F

Tints of Cinnabar #DD4F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 63.69%
G = 22.77%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD4F2F (or 0xDD4F2F) is known color: Cinnabar. HEX triplet: DD, 4F and 2F. RGB value is (221,79,47). Sum of RGB (Red+Green+Blue) = 221+79+47=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F2F is #22B0D0. Grayscale: #767676. Windows color (decimal): -2273489 or 3100637. OLE color: 3100637.

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

Color convert

RGB 221 79 47 -
CMYK 0 0.64 0.79 0.13
HSL 11.03º 0.72% 0.53% -
HSV(B) 11.03º 0.79% 0.87% -
XYZ 33.13 21.17 5.03 -
YUV 117.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 221 79 47 0 0.64 0.79 0.13 11.03 0.72 0.53
Hex DD 4F 2F 0 40 4F D B 48 35
Octal 335 117 57 0 100 117 15 13 110 65
Binary 11011101 1001111 101111 0 1000000 1001111 1101 1011 1001000 110101

Color Harmonies of #DD4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F2F

Black with #DD4F2F

Text Example


Text Example

White with #DD4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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