Html Css Color HEX #DD4B37 Cinnabar

📋 copy color: '#DD4B37'

red 221 ◦ green 75 ◦ blue 55

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

Shades of Cinnabar #DD4B37

Tints of Cinnabar #DD4B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.67%

R = 62.96%
G = 21.37%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4B37 (or 0xDD4B37) is known color: Cinnabar. HEX triplet: DD, 4B and 37. RGB value is (221,75,55). Sum of RGB (Red+Green+Blue) = 221+75+55=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B37 is #22B4C8. Grayscale: #747474. Windows color (decimal): -2274505 or 3623901. OLE color: 3623901.

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

Color convert

RGB 221 75 55 -
CMYK 0 0.66 0.75 0.13
HSL 7.23º 0.71% 0.54% -
HSV(B) 7.23º 0.75% 0.87% -
XYZ 33.02 20.68 5.87 -
YUV 116.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 221 75 55 0 0.66 0.75 0.13 7.23 0.71 0.54
Hex DD 4B 37 0 42 4B D 7 47 36
Octal 335 113 67 0 102 113 15 7 107 66
Binary 11011101 1001011 110111 0 1000010 1001011 1101 111 1000111 110110

Color Harmonies of #DD4B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B37

Black with #DD4B37

Text Example


Text Example

White with #DD4B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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