Html Css Color HEX #DD342E Cinnabar

📋 copy color: '#DD342E'

red 221 ◦ green 52 ◦ blue 46

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

Shades of Cinnabar #DD342E

Tints of Cinnabar #DD342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

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

R = 69.28%
G = 16.3%
B = 14.42%

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

#DD342E (or 0xDD342E) is known color: Cinnabar. HEX triplet: DD, 34 and 2E. RGB value is (221,52,46). Sum of RGB (Red+Green+Blue) = 221+52+46=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD342E is #22CBD1. Grayscale: #666666. Windows color (decimal): -2280402 or 3028189. OLE color: 3028189.

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

Color convert

RGB 221 52 46 -
CMYK 0 0.76 0.79 0.13
HSL 2.06º 0.72% 0.52% -
HSV(B) 2.06º 0.79% 0.87% -
XYZ 31.54 18.03 4.4 -
YUV 101.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 221 52 46 0 0.76 0.79 0.13 2.06 0.72 0.52
Hex DD 34 2E 0 4C 4F D 2 48 34
Octal 335 64 56 0 114 117 15 2 110 64
Binary 11011101 110100 101110 0 1001100 1001111 1101 10 1001000 110100

Color Harmonies of #DD342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD342E

Black with #DD342E

Text Example


Text Example

White with #DD342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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