Html Css Color HEX #DD411F Cinnabar

📋 copy color: '#DD411F'

red 221 ◦ green 65 ◦ blue 31

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

Shades of Cinnabar #DD411F

Tints of Cinnabar #DD411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

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

R = 69.72%
G = 20.5%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD411F (or 0xDD411F) is known color: Cinnabar. HEX triplet: DD, 41 and 1F. RGB value is (221,65,31). Sum of RGB (Red+Green+Blue) = 221+65+31=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD411F is #22BEE0. Grayscale: #6C6C6C. Windows color (decimal): -2277089 or 2048477. OLE color: 2048477.

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

Color convert

RGB 221 65 31 -
CMYK 0 0.71 0.86 0.13
HSL 10.74º 0.75% 0.49% -
HSV(B) 10.74º 0.86% 0.87% -
XYZ 31.96 19.25 3.33 -
YUV 107.77 84.68 208.76 -
System Red Green Blue C M Y K H S L
Decimal 221 65 31 0 0.71 0.86 0.13 10.74 0.75 0.49
Hex DD 41 1F 0 47 56 D B 4B 31
Octal 335 101 37 0 107 126 15 13 113 61
Binary 11011101 1000001 11111 0 1000111 1010110 1101 1011 1001011 110001

Color Harmonies of #DD411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD411F

Black with #DD411F

Text Example


Text Example

White with #DD411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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