Html Css Color HEX #DD481F Cinnabar

📋 copy color: '#DD481F'

red 221 ◦ green 72 ◦ blue 31

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

Shades of Cinnabar #DD481F

Tints of Cinnabar #DD481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 68.21%
G = 22.22%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD481F (or 0xDD481F) is known color: Cinnabar. HEX triplet: DD, 48 and 1F. RGB value is (221,72,31). Sum of RGB (Red+Green+Blue) = 221+72+31=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD481F is #22B7E0. Grayscale: #707070. Windows color (decimal): -2275297 or 2050269. OLE color: 2050269.

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

Color convert

RGB 221 72 31 -
CMYK 0 0.67 0.86 0.13
HSL 12.95º 0.75% 0.49% -
HSV(B) 12.95º 0.86% 0.87% -
XYZ 32.38 20.11 3.47 -
YUV 111.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 221 72 31 0 0.67 0.86 0.13 12.95 0.75 0.49
Hex DD 48 1F 0 43 56 D D 4B 31
Octal 335 110 37 0 103 126 15 15 113 61
Binary 11011101 1001000 11111 0 1000011 1010110 1101 1101 1001011 110001

Color Harmonies of #DD481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD481F

Black with #DD481F

Text Example


Text Example

White with #DD481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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