Html Css Color HEX #DD421E Cinnabar

📋 copy color: '#DD421E'

red 221 ◦ green 66 ◦ blue 30

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

Shades of Cinnabar #DD421E

Tints of Cinnabar #DD421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 69.72%
G = 20.82%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD421E (or 0xDD421E) is known color: Cinnabar. HEX triplet: DD, 42 and 1E. RGB value is (221,66,30). Sum of RGB (Red+Green+Blue) = 221+66+30=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD421E is #22BDE1. Grayscale: #6C6C6C. Windows color (decimal): -2276834 or 1983197. OLE color: 1983197.

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

Color convert

RGB 221 66 30 -
CMYK 0 0.70 0.86 0.13
HSL 11.31º 0.76% 0.49% -
HSV(B) 11.31º 0.86% 0.87% -
XYZ 32 19.36 3.28 -
YUV 108.24 83.85 208.43 -
System Red Green Blue C M Y K H S L
Decimal 221 66 30 0 0.70 0.86 0.13 11.31 0.76 0.49
Hex DD 42 1E 0 46 56 D B 4C 31
Octal 335 102 36 0 106 126 15 13 114 61
Binary 11011101 1000010 11110 0 1000110 1010110 1101 1011 1001100 110001

Color Harmonies of #DD421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD421E

Black with #DD421E

Text Example


Text Example

White with #DD421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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