Html Css Color HEX #DD4F3F Cinnabar

📋 copy color: '#DD4F3F'

red 221 ◦ green 79 ◦ blue 63

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

Shades of Cinnabar #DD4F3F

Tints of Cinnabar #DD4F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.36%

R = 60.88%
G = 21.76%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4F3F (or 0xDD4F3F) is known color: Cinnabar. HEX triplet: DD, 4F and 3F. RGB value is (221,79,63). Sum of RGB (Red+Green+Blue) = 221+79+63=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F3F is #22B0C0. Grayscale: #777777. Windows color (decimal): -2273473 or 4149213. OLE color: 4149213.

HSL color Cylindrical-coordinate representation of color #DD4F3F: hue angle of 6.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4F3F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 63 -
CMYK 0 0.64 0.71 0.13
HSL 6.08º 0.7% 0.56% -
HSV(B) 6.08º 0.71% 0.87% -
XYZ 33.51 21.32 7.05 -
YUV 119.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 221 79 63 0 0.64 0.71 0.13 6.08 0.7 0.56
Hex DD 4F 3F 0 40 47 D 6 46 38
Octal 335 117 77 0 100 107 15 6 106 70
Binary 11011101 1001111 111111 0 1000000 1000111 1101 110 1000110 111000

Color Harmonies of #DD4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F3F

Black with #DD4F3F

Text Example


Text Example

White with #DD4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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