Html Css Color HEX #DD4D2A Cinnabar

📋 copy color: '#DD4D2A'

red 221 ◦ green 77 ◦ blue 42

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

Shades of Cinnabar #DD4D2A

Tints of Cinnabar #DD4D2A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.65%

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 65%
G = 22.65%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD4D2A (or 0xDD4D2A) is known color: Cinnabar. HEX triplet: DD, 4D and 2A. RGB value is (221,77,42). Sum of RGB (Red+Green+Blue) = 221+77+42=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D2A is #22B2D5. Grayscale: #747474. Windows color (decimal): -2274006 or 2772445. OLE color: 2772445.

HSL color Cylindrical-coordinate representation of color #DD4D2A: hue angle of 11.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD4D2A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 42 -
CMYK 0 0.65 0.81 0.13
HSL 11.73º 0.72% 0.52% -
HSV(B) 11.73º 0.81% 0.87% -
XYZ 32.89 20.85 4.48 -
YUV 116.07 86.21 202.85 -
System Red Green Blue C M Y K H S L
Decimal 221 77 42 0 0.65 0.81 0.13 11.73 0.72 0.52
Hex DD 4D 2A 0 41 51 D C 48 34
Octal 335 115 52 0 101 121 15 14 110 64
Binary 11011101 1001101 101010 0 1000001 1010001 1101 1100 1001000 110100

Color Harmonies of #DD4D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D2A

Black with #DD4D2A

Text Example


Text Example

White with #DD4D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D2A; }

 p { color: rgb(221,77,42); }

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

background-color css

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

 a { background-color: rgb(221,77,42); }

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

border-color css

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

 span { border-color: rgb(221,77,42); }

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