Html Css Color HEX #DD461D Cinnabar

📋 copy color: '#DD461D'

red 221 ◦ green 70 ◦ blue 29

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

Shades of Cinnabar #DD461D

Tints of Cinnabar #DD461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 69.06%
G = 21.88%
B = 9.06%

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

#DD461D (or 0xDD461D) is known color: Cinnabar. HEX triplet: DD, 46 and 1D. RGB value is (221,70,29). Sum of RGB (Red+Green+Blue) = 221+70+29=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD461D is #22B9E2. Grayscale: #6E6E6E. Windows color (decimal): -2275811 or 1918685. OLE color: 1918685.

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

Color convert

RGB 221 70 29 -
CMYK 0 0.68 0.87 0.13
HSL 12.81º 0.77% 0.49% -
HSV(B) 12.81º 0.87% 0.87% -
XYZ 32.23 19.84 3.29 -
YUV 110.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 221 70 29 0 0.68 0.87 0.13 12.81 0.77 0.49
Hex DD 46 1D 0 44 57 D D 4D 31
Octal 335 106 35 0 104 127 15 15 115 61
Binary 11011101 1000110 11101 0 1000100 1010111 1101 1101 1001101 110001

Color Harmonies of #DD461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD461D

Black with #DD461D

Text Example


Text Example

White with #DD461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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