Html Css Color HEX #DD401E Cinnabar

📋 copy color: '#DD401E'

red 221 ◦ green 64 ◦ blue 30

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

Shades of Cinnabar #DD401E

Tints of Cinnabar #DD401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 70.16%
G = 20.32%
B = 9.52%

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

#DD401E (or 0xDD401E) is known color: Cinnabar. HEX triplet: DD, 40 and 1E. RGB value is (221,64,30). Sum of RGB (Red+Green+Blue) = 221+64+30=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD401E is #22BFE1. Grayscale: #6B6B6B. Windows color (decimal): -2277346 or 1982685. OLE color: 1982685.

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

Color convert

RGB 221 64 30 -
CMYK 0 0.71 0.86 0.13
HSL 10.68º 0.76% 0.49% -
HSV(B) 10.68º 0.86% 0.87% -
XYZ 31.89 19.13 3.24 -
YUV 107.07 84.51 209.26 -
System Red Green Blue C M Y K H S L
Decimal 221 64 30 0 0.71 0.86 0.13 10.68 0.76 0.49
Hex DD 40 1E 0 47 56 D B 4C 31
Octal 335 100 36 0 107 126 15 13 114 61
Binary 11011101 1000000 11110 0 1000111 1010110 1101 1011 1001100 110001

Color Harmonies of #DD401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD401E

Black with #DD401E

Text Example


Text Example

White with #DD401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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