Html Css Color HEX #DD4E2E Cinnabar

📋 copy color: '#DD4E2E'

red 221 ◦ green 78 ◦ blue 46

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

Shades of Cinnabar #DD4E2E

Tints of Cinnabar #DD4E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.61%

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

R = 64.06%
G = 22.61%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD4E2E (or 0xDD4E2E) is known color: Cinnabar. HEX triplet: DD, 4E and 2E. RGB value is (221,78,46). Sum of RGB (Red+Green+Blue) = 221+78+46=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E2E is #22B1D1. Grayscale: #757575. Windows color (decimal): -2273746 or 3034845. OLE color: 3034845.

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

Color convert

RGB 221 78 46 -
CMYK 0 0.65 0.79 0.13
HSL 10.97º 0.72% 0.52% -
HSV(B) 10.97º 0.79% 0.87% -
XYZ 33.04 21.02 4.9 -
YUV 117.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 221 78 46 0 0.65 0.79 0.13 10.97 0.72 0.52
Hex DD 4E 2E 0 41 4F D B 48 34
Octal 335 116 56 0 101 117 15 13 110 64
Binary 11011101 1001110 101110 0 1000001 1001111 1101 1011 1001000 110100

Color Harmonies of #DD4E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E2E

Black with #DD4E2E

Text Example


Text Example

White with #DD4E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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