Html Css Color HEX #DD473E Cinnabar

📋 copy color: '#DD473E'

red 221 ◦ green 71 ◦ blue 62

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

Shades of Cinnabar #DD473E

Tints of Cinnabar #DD473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 62.43%
G = 20.06%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD473E (or 0xDD473E) is known color: Cinnabar. HEX triplet: DD, 47 and 3E. RGB value is (221,71,62). Sum of RGB (Red+Green+Blue) = 221+71+62=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD473E is #22B8C1. Grayscale: #737373. Windows color (decimal): -2275522 or 4081629. OLE color: 4081629.

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

Color convert

RGB 221 71 62 -
CMYK 0 0.68 0.72 0.13
HSL 3.4º 0.7% 0.55% -
HSV(B) 3.4º 0.72% 0.87% -
XYZ 32.94 20.23 6.73 -
YUV 114.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 221 71 62 0 0.68 0.72 0.13 3.4 0.7 0.55
Hex DD 47 3E 0 44 48 D 3 46 37
Octal 335 107 76 0 104 110 15 3 106 67
Binary 11011101 1000111 111110 0 1000100 1001000 1101 11 1000110 110111

Color Harmonies of #DD473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD473E

Black with #DD473E

Text Example


Text Example

White with #DD473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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