Html Css Color HEX #DD413C Cinnabar

📋 copy color: '#DD413C'

red 221 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #DD413C

Tints of Cinnabar #DD413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 63.87%
G = 18.79%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD413C (or 0xDD413C) is known color: Cinnabar. HEX triplet: DD, 41 and 3C. RGB value is (221,65,60). Sum of RGB (Red+Green+Blue) = 221+65+60=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD413C is #22BEC3. Grayscale: #6F6F6F. Windows color (decimal): -2277060 or 3949021. OLE color: 3949021.

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

Color convert

RGB 221 65 60 -
CMYK 0 0.71 0.73 0.13
HSL 1.86º 0.7% 0.55% -
HSV(B) 1.86º 0.73% 0.87% -
XYZ 32.52 19.48 6.32 -
YUV 111.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 221 65 60 0 0.71 0.73 0.13 1.86 0.7 0.55
Hex DD 41 3C 0 47 49 D 2 46 37
Octal 335 101 74 0 107 111 15 2 106 67
Binary 11011101 1000001 111100 0 1000111 1001001 1101 10 1000110 110111

Color Harmonies of #DD413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD413C

Black with #DD413C

Text Example


Text Example

White with #DD413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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