Html Css Color HEX #DD453C Cinnabar

📋 copy color: '#DD453C'

red 221 ◦ green 69 ◦ blue 60

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

Shades of Cinnabar #DD453C

Tints of Cinnabar #DD453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 63.14%
G = 19.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD453C (or 0xDD453C) is known color: Cinnabar. HEX triplet: DD, 45 and 3C. RGB value is (221,69,60). Sum of RGB (Red+Green+Blue) = 221+69+60=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD453C is #22BAC3. Grayscale: #717171. Windows color (decimal): -2276036 or 3950045. OLE color: 3950045.

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

Color convert

RGB 221 69 60 -
CMYK 0 0.69 0.73 0.13
HSL 3.35º 0.7% 0.55% -
HSV(B) 3.35º 0.73% 0.87% -
XYZ 32.76 19.95 6.4 -
YUV 113.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 221 69 60 0 0.69 0.73 0.13 3.35 0.7 0.55
Hex DD 45 3C 0 45 49 D 3 46 37
Octal 335 105 74 0 105 111 15 3 106 67
Binary 11011101 1000101 111100 0 1000101 1001001 1101 11 1000110 110111

Color Harmonies of #DD453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD453C

Black with #DD453C

Text Example


Text Example

White with #DD453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD453C; }

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

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

background-color css

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

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

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

border-color css

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

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

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