Html Css Color HEX #DD362C Cinnabar

📋 copy color: '#DD362C'

red 221 ◦ green 54 ◦ blue 44

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

Shades of Cinnabar #DD362C

Tints of Cinnabar #DD362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 69.28%
G = 16.93%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD362C (or 0xDD362C) is known color: Cinnabar. HEX triplet: DD, 36 and 2C. RGB value is (221,54,44). Sum of RGB (Red+Green+Blue) = 221+54+44=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD362C is #22C9D3. Grayscale: #676767. Windows color (decimal): -2279892 or 2897629. OLE color: 2897629.

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

Color convert

RGB 221 54 44 -
CMYK 0 0.76 0.80 0.13
HSL 3.39º 0.72% 0.52% -
HSV(B) 3.39º 0.8% 0.87% -
XYZ 31.59 18.19 4.23 -
YUV 102.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 221 54 44 0 0.76 0.80 0.13 3.39 0.72 0.52
Hex DD 36 2C 0 4C 50 D 3 48 34
Octal 335 66 54 0 114 120 15 3 110 64
Binary 11011101 110110 101100 0 1001100 1010000 1101 11 1001000 110100

Color Harmonies of #DD362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD362C

Black with #DD362C

Text Example


Text Example

White with #DD362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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