Html Css Color HEX #DD4B36 Cinnabar

📋 copy color: '#DD4B36'

red 221 ◦ green 75 ◦ blue 54

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

Shades of Cinnabar #DD4B36

Tints of Cinnabar #DD4B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 63.14%
G = 21.43%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4B36 (or 0xDD4B36) is known color: Cinnabar. HEX triplet: DD, 4B and 36. RGB value is (221,75,54). Sum of RGB (Red+Green+Blue) = 221+75+54=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B36 is #22B4C9. Grayscale: #747474. Windows color (decimal): -2274506 or 3558365. OLE color: 3558365.

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

Color convert

RGB 221 75 54 -
CMYK 0 0.66 0.76 0.13
HSL 7.54º 0.71% 0.54% -
HSV(B) 7.54º 0.76% 0.87% -
XYZ 33 20.67 5.74 -
YUV 116.26 92.87 202.71 -
System Red Green Blue C M Y K H S L
Decimal 221 75 54 0 0.66 0.76 0.13 7.54 0.71 0.54
Hex DD 4B 36 0 42 4C D 8 47 36
Octal 335 113 66 0 102 114 15 10 107 66
Binary 11011101 1001011 110110 0 1000010 1001100 1101 1000 1000111 110110

Color Harmonies of #DD4B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B36

Black with #DD4B36

Text Example


Text Example

White with #DD4B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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