Html Css Color HEX #DD411E Cinnabar

📋 copy color: '#DD411E'

red 221 ◦ green 65 ◦ blue 30

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

Shades of Cinnabar #DD411E

Tints of Cinnabar #DD411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 69.94%
G = 20.57%
B = 9.49%

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

#DD411E (or 0xDD411E) is known color: Cinnabar. HEX triplet: DD, 41 and 1E. RGB value is (221,65,30). Sum of RGB (Red+Green+Blue) = 221+65+30=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD411E is #22BEE1. Grayscale: #6B6B6B. Windows color (decimal): -2277090 or 1982941. OLE color: 1982941.

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

Color convert

RGB 221 65 30 -
CMYK 0 0.71 0.86 0.13
HSL 10.99º 0.76% 0.49% -
HSV(B) 10.99º 0.86% 0.87% -
XYZ 31.94 19.25 3.26 -
YUV 107.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 221 65 30 0 0.71 0.86 0.13 10.99 0.76 0.49
Hex DD 41 1E 0 47 56 D B 4C 31
Octal 335 101 36 0 107 126 15 13 114 61
Binary 11011101 1000001 11110 0 1000111 1010110 1101 1011 1001100 110001

Color Harmonies of #DD411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD411E

Black with #DD411E

Text Example


Text Example

White with #DD411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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