Html Css Color HEX #DD4A2F Cinnabar

📋 copy color: '#DD4A2F'

red 221 ◦ green 74 ◦ blue 47

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

Shades of Cinnabar #DD4A2F

Tints of Cinnabar #DD4A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

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

R = 64.62%
G = 21.64%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD4A2F (or 0xDD4A2F) is known color: Cinnabar. HEX triplet: DD, 4A and 2F. RGB value is (221,74,47). Sum of RGB (Red+Green+Blue) = 221+74+47=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A2F is #22B5D0. Grayscale: #737373. Windows color (decimal): -2274769 or 3099357. OLE color: 3099357.

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

Color convert

RGB 221 74 47 -
CMYK 0 0.67 0.79 0.13
HSL 9.31º 0.72% 0.53% -
HSV(B) 9.31º 0.79% 0.87% -
XYZ 32.78 20.47 4.91 -
YUV 114.88 89.7 203.7 -
System Red Green Blue C M Y K H S L
Decimal 221 74 47 0 0.67 0.79 0.13 9.31 0.72 0.53
Hex DD 4A 2F 0 43 4F D 9 48 35
Octal 335 112 57 0 103 117 15 11 110 65
Binary 11011101 1001010 101111 0 1000011 1001111 1101 1001 1001000 110101

Color Harmonies of #DD4A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A2F

Black with #DD4A2F

Text Example


Text Example

White with #DD4A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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