Html Css Color HEX #DD471F Cinnabar

📋 copy color: '#DD471F'

red 221 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #DD471F

Tints of Cinnabar #DD471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 68.42%
G = 21.98%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD471F (or 0xDD471F) is known color: Cinnabar. HEX triplet: DD, 47 and 1F. RGB value is (221,71,31). Sum of RGB (Red+Green+Blue) = 221+71+31=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD471F is #22B8E0. Grayscale: #6F6F6F. Windows color (decimal): -2275553 or 2050013. OLE color: 2050013.

HSL color Cylindrical-coordinate representation of color #DD471F: hue angle of 12.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD471F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 31 -
CMYK 0 0.68 0.86 0.13
HSL 12.63º 0.75% 0.49% -
HSV(B) 12.63º 0.86% 0.87% -
XYZ 32.32 19.98 3.45 -
YUV 111.29 82.7 206.25 -
System Red Green Blue C M Y K H S L
Decimal 221 71 31 0 0.68 0.86 0.13 12.63 0.75 0.49
Hex DD 47 1F 0 44 56 D D 4B 31
Octal 335 107 37 0 104 126 15 15 113 61
Binary 11011101 1000111 11111 0 1000100 1010110 1101 1101 1001011 110001

Color Harmonies of #DD471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD471F

Black with #DD471F

Text Example


Text Example

White with #DD471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD471F; }

 p { color: rgb(221,71,31); }

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

background-color css

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

 a { background-color: rgb(221,71,31); }

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

border-color css

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

 span { border-color: rgb(221,71,31); }

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