Html Css Color HEX #DD413D Cinnabar

📋 copy color: '#DD413D'

red 221 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #DD413D

Tints of Cinnabar #DD413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 63.69%
G = 18.73%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD413D (or 0xDD413D) is known color: Cinnabar. HEX triplet: DD, 41 and 3D. RGB value is (221,65,61). Sum of RGB (Red+Green+Blue) = 221+65+61=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD413D is #22BEC2. Grayscale: #6F6F6F. Windows color (decimal): -2277059 or 4014557. OLE color: 4014557.

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

Color convert

RGB 221 65 61 -
CMYK 0 0.71 0.72 0.13
HSL 1.5º 0.7% 0.55% -
HSV(B) 1.5º 0.72% 0.87% -
XYZ 32.55 19.49 6.46 -
YUV 111.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 221 65 61 0 0.71 0.72 0.13 1.5 0.7 0.55
Hex DD 41 3D 0 47 48 D 2 46 37
Octal 335 101 75 0 107 110 15 2 106 67
Binary 11011101 1000001 111101 0 1000111 1001000 1101 10 1000110 110111

Color Harmonies of #DD413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD413D

Black with #DD413D

Text Example


Text Example

White with #DD413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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