Html Css Color HEX #DD3428 Cinnabar

📋 copy color: '#DD3428'

red 221 ◦ green 52 ◦ blue 40

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

Shades of Cinnabar #DD3428

Tints of Cinnabar #DD3428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 70.61%
G = 16.61%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3428 (or 0xDD3428) is known color: Cinnabar. HEX triplet: DD, 34 and 28. RGB value is (221,52,40). Sum of RGB (Red+Green+Blue) = 221+52+40=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3428 is #22CBD7. Grayscale: #656565. Windows color (decimal): -2280408 or 2634973. OLE color: 2634973.

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

Color convert

RGB 221 52 40 -
CMYK 0 0.76 0.82 0.13
HSL 3.98º 0.73% 0.51% -
HSV(B) 3.98º 0.82% 0.87% -
XYZ 31.43 17.98 3.82 -
YUV 101.16 93.49 213.48 -
System Red Green Blue C M Y K H S L
Decimal 221 52 40 0 0.76 0.82 0.13 3.98 0.73 0.51
Hex DD 34 28 0 4C 52 D 4 49 33
Octal 335 64 50 0 114 122 15 4 111 63
Binary 11011101 110100 101000 0 1001100 1010010 1101 100 1001001 110011

Color Harmonies of #DD3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3428

Black with #DD3428

Text Example


Text Example

White with #DD3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3428; }

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

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

background-color css

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

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

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

border-color css

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

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

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