Html Css Color HEX #DD422E Cinnabar

📋 copy color: '#DD422E'

red 221 ◦ green 66 ◦ blue 46

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

Shades of Cinnabar #DD422E

Tints of Cinnabar #DD422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 66.37%
G = 19.82%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD422E (or 0xDD422E) is known color: Cinnabar. HEX triplet: DD, 42 and 2E. RGB value is (221,66,46). Sum of RGB (Red+Green+Blue) = 221+66+46=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD422E is #22BDD1. Grayscale: #6E6E6E. Windows color (decimal): -2276818 or 3031773. OLE color: 3031773.

HSL color Cylindrical-coordinate representation of color #DD422E: hue angle of 6.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD422E is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 46 -
CMYK 0 0.70 0.79 0.13
HSL 6.86º 0.72% 0.52% -
HSV(B) 6.86º 0.79% 0.87% -
XYZ 32.26 19.47 4.64 -
YUV 110.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 221 66 46 0 0.70 0.79 0.13 6.86 0.72 0.52
Hex DD 42 2E 0 46 4F D 7 48 34
Octal 335 102 56 0 106 117 15 7 110 64
Binary 11011101 1000010 101110 0 1000110 1001111 1101 111 1001000 110100

Color Harmonies of #DD422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD422E

Black with #DD422E

Text Example


Text Example

White with #DD422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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