Html Css Color HEX #DD481B Cinnabar

📋 copy color: '#DD481B'

red 221 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #DD481B

Tints of Cinnabar #DD481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 69.06%
G = 22.5%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD481B (or 0xDD481B) is known color: Cinnabar. HEX triplet: DD, 48 and 1B. RGB value is (221,72,27). Sum of RGB (Red+Green+Blue) = 221+72+27=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD481B is #22B7E4. Grayscale: #6F6F6F. Windows color (decimal): -2275301 or 1788125. OLE color: 1788125.

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

Color convert

RGB 221 72 27 -
CMYK 0 0.67 0.88 0.13
HSL 13.92º 0.78% 0.49% -
HSV(B) 13.92º 0.88% 0.87% -
XYZ 32.33 20.09 3.21 -
YUV 111.42 80.36 206.16 -
System Red Green Blue C M Y K H S L
Decimal 221 72 27 0 0.67 0.88 0.13 13.92 0.78 0.49
Hex DD 48 1B 0 43 58 D E 4E 31
Octal 335 110 33 0 103 130 15 16 116 61
Binary 11011101 1001000 11011 0 1000011 1011000 1101 1110 1001110 110001

Color Harmonies of #DD481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD481B

Black with #DD481B

Text Example


Text Example

White with #DD481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD481B; }

 p { color: rgb(221,72,27); }

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

background-color css

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

 a { background-color: rgb(221,72,27); }

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

border-color css

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

 span { border-color: rgb(221,72,27); }

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