Html Css Color HEX #DD4C41 Cinnabar

📋 copy color: '#DD4C41'

red 221 ◦ green 76 ◦ blue 65

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

Shades of Cinnabar #DD4C41

Tints of Cinnabar #DD4C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 61.05%
G = 20.99%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4C41 (or 0xDD4C41) is known color: Cinnabar. HEX triplet: DD, 4C and 41. RGB value is (221,76,65). Sum of RGB (Red+Green+Blue) = 221+76+65=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C41 is #22B3BE. Grayscale: #767676. Windows color (decimal): -2274239 or 4279517. OLE color: 4279517.

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

Color convert

RGB 221 76 65 -
CMYK 0 0.66 0.71 0.13
HSL 4.23º 0.7% 0.56% -
HSV(B) 4.23º 0.71% 0.87% -
XYZ 33.36 20.92 7.28 -
YUV 118.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 221 76 65 0 0.66 0.71 0.13 4.23 0.7 0.56
Hex DD 4C 41 0 42 47 D 4 46 38
Octal 335 114 101 0 102 107 15 4 106 70
Binary 11011101 1001100 1000001 0 1000010 1000111 1101 100 1000110 111000

Color Harmonies of #DD4C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C41

Black with #DD4C41

Text Example


Text Example

White with #DD4C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C41; }

 p { color: rgb(221,76,65); }

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

background-color css

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

 a { background-color: rgb(221,76,65); }

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

border-color css

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

 span { border-color: rgb(221,76,65); }

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