Html Css Color HEX #DD362E Cinnabar

📋 copy color: '#DD362E'

red 221 ◦ green 54 ◦ blue 46

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

Shades of Cinnabar #DD362E

Tints of Cinnabar #DD362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 68.85%
G = 16.82%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD362E (or 0xDD362E) is known color: Cinnabar. HEX triplet: DD, 36 and 2E. RGB value is (221,54,46). Sum of RGB (Red+Green+Blue) = 221+54+46=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD362E is #22C9D1. Grayscale: #676767. Windows color (decimal): -2279890 or 3028701. OLE color: 3028701.

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

Color convert

RGB 221 54 46 -
CMYK 0 0.76 0.79 0.13
HSL 2.74º 0.72% 0.52% -
HSV(B) 2.74º 0.79% 0.87% -
XYZ 31.63 18.21 4.43 -
YUV 103.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 221 54 46 0 0.76 0.79 0.13 2.74 0.72 0.52
Hex DD 36 2E 0 4C 4F D 3 48 34
Octal 335 66 56 0 114 117 15 3 110 64
Binary 11011101 110110 101110 0 1001100 1001111 1101 11 1001000 110100

Color Harmonies of #DD362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD362E

Black with #DD362E

Text Example


Text Example

White with #DD362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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