Html Css Color HEX #DD3422 Cinnabar

📋 copy color: '#DD3422'

red 221 ◦ green 52 ◦ blue 34

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

Shades of Cinnabar #DD3422

Tints of Cinnabar #DD3422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.07%

R = 71.99%
G = 16.94%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3422 (or 0xDD3422) is known color: Cinnabar. HEX triplet: DD, 34 and 22. RGB value is (221,52,34). Sum of RGB (Red+Green+Blue) = 221+52+34=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3422 is #22CBDD. Grayscale: #646464. Windows color (decimal): -2280414 or 2241757. OLE color: 2241757.

HSL color Cylindrical-coordinate representation of color #DD3422: hue angle of 5.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD3422 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 34 -
CMYK 0 0.76 0.85 0.13
HSL 5.78º 0.73% 0.5% -
HSV(B) 5.78º 0.85% 0.87% -
XYZ 31.34 17.94 3.33 -
YUV 100.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 221 52 34 0 0.76 0.85 0.13 5.78 0.73 0.5
Hex DD 34 22 0 4C 55 D 6 49 32
Octal 335 64 42 0 114 125 15 6 111 62
Binary 11011101 110100 100010 0 1001100 1010101 1101 110 1001001 110010

Color Harmonies of #DD3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3422

Black with #DD3422

Text Example


Text Example

White with #DD3422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3422; }

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

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

background-color css

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

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

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

border-color css

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

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

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