Html Css Color HEX #DD461E Cinnabar

📋 copy color: '#DD461E'

red 221 ◦ green 70 ◦ blue 30

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

Shades of Cinnabar #DD461E

Tints of Cinnabar #DD461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 68.85%
G = 21.81%
B = 9.35%

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

#DD461E (or 0xDD461E) is known color: Cinnabar. HEX triplet: DD, 46 and 1E. RGB value is (221,70,30). Sum of RGB (Red+Green+Blue) = 221+70+30=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD461E is #22B9E1. Grayscale: #6E6E6E. Windows color (decimal): -2275810 or 1984221. OLE color: 1984221.

HSL color Cylindrical-coordinate representation of color #DD461E: hue angle of 12.57º degrees, saturation: 0.76, 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 #DD461E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 30 -
CMYK 0 0.68 0.86 0.13
HSL 12.57º 0.76% 0.49% -
HSV(B) 12.57º 0.86% 0.87% -
XYZ 32.24 19.85 3.36 -
YUV 110.59 82.53 206.75 -
System Red Green Blue C M Y K H S L
Decimal 221 70 30 0 0.68 0.86 0.13 12.57 0.76 0.49
Hex DD 46 1E 0 44 56 D D 4C 31
Octal 335 106 36 0 104 126 15 15 114 61
Binary 11011101 1000110 11110 0 1000100 1010110 1101 1101 1001100 110001

Color Harmonies of #DD461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD461E

Black with #DD461E

Text Example


Text Example

White with #DD461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD461E; }

 p { color: rgb(221,70,30); }

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

background-color css

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

 a { background-color: rgb(221,70,30); }

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

border-color css

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

 span { border-color: rgb(221,70,30); }

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