Html Css Color HEX #DD471C Cinnabar

📋 copy color: '#DD471C'

red 221 ◦ green 71 ◦ blue 28

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

Shades of Cinnabar #DD471C

Tints of Cinnabar #DD471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 69.06%
G = 22.19%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD471C (or 0xDD471C) is known color: Cinnabar. HEX triplet: DD, 47 and 1C. RGB value is (221,71,28). Sum of RGB (Red+Green+Blue) = 221+71+28=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD471C is #22B8E3. Grayscale: #6F6F6F. Windows color (decimal): -2275556 or 1853405. OLE color: 1853405.

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

Color convert

RGB 221 71 28 -
CMYK 0 0.68 0.87 0.13
HSL 13.37º 0.78% 0.49% -
HSV(B) 13.37º 0.87% 0.87% -
XYZ 32.28 19.96 3.25 -
YUV 110.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 221 71 28 0 0.68 0.87 0.13 13.37 0.78 0.49
Hex DD 47 1C 0 44 57 D D 4E 31
Octal 335 107 34 0 104 127 15 15 116 61
Binary 11011101 1000111 11100 0 1000100 1010111 1101 1101 1001110 110001

Color Harmonies of #DD471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD471C

Black with #DD471C

Text Example


Text Example

White with #DD471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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