Html Css Color HEX #DD451F Cinnabar

📋 copy color: '#DD451F'

red 221 ◦ green 69 ◦ blue 31

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

Shades of Cinnabar #DD451F

Tints of Cinnabar #DD451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

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

R = 68.85%
G = 21.5%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD451F (or 0xDD451F) is known color: Cinnabar. HEX triplet: DD, 45 and 1F. RGB value is (221,69,31). Sum of RGB (Red+Green+Blue) = 221+69+31=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD451F is #22BAE0. Grayscale: #6E6E6E. Windows color (decimal): -2276065 or 2049501. OLE color: 2049501.

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

Color convert

RGB 221 69 31 -
CMYK 0 0.69 0.86 0.13
HSL 12º 0.75% 0.49% -
HSV(B) 12º 0.86% 0.87% -
XYZ 32.19 19.73 3.41 -
YUV 110.12 83.36 207.09 -
System Red Green Blue C M Y K H S L
Decimal 221 69 31 0 0.69 0.86 0.13 12 0.75 0.49
Hex DD 45 1F 0 45 56 D C 4B 31
Octal 335 105 37 0 105 126 15 14 113 61
Binary 11011101 1000101 11111 0 1000101 1010110 1101 1100 1001011 110001

Color Harmonies of #DD451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD451F

Black with #DD451F

Text Example


Text Example

White with #DD451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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