Html Css Color HEX #DD4B40 Cinnabar

📋 copy color: '#DD4B40'

red 221 ◦ green 75 ◦ blue 64

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

Shades of Cinnabar #DD4B40

Tints of Cinnabar #DD4B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 61.39%
G = 20.83%
B = 17.78%

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

#DD4B40 (or 0xDD4B40) is known color: Cinnabar. HEX triplet: DD, 4B and 40. RGB value is (221,75,64). Sum of RGB (Red+Green+Blue) = 221+75+64=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B40 is #22B4BF. Grayscale: #757575. Windows color (decimal): -2274496 or 4213725. OLE color: 4213725.

HSL color Cylindrical-coordinate representation of color #DD4B40: hue angle of 4.2º 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 #DD4B40 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 64 -
CMYK 0 0.66 0.71 0.13
HSL 4.2º 0.7% 0.56% -
HSV(B) 4.2º 0.71% 0.87% -
XYZ 33.26 20.77 7.11 -
YUV 117.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 221 75 64 0 0.66 0.71 0.13 4.2 0.7 0.56
Hex DD 4B 40 0 42 47 D 4 46 38
Octal 335 113 100 0 102 107 15 4 106 70
Binary 11011101 1001011 1000000 0 1000010 1000111 1101 100 1000110 111000

Color Harmonies of #DD4B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B40

Black with #DD4B40

Text Example


Text Example

White with #DD4B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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