Html Css Color HEX #DD453E Cinnabar

📋 copy color: '#DD453E'

red 221 ◦ green 69 ◦ blue 62

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

Shades of Cinnabar #DD453E

Tints of Cinnabar #DD453E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 62.78%
G = 19.6%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD453E (or 0xDD453E) is known color: Cinnabar. HEX triplet: DD, 45 and 3E. RGB value is (221,69,62). Sum of RGB (Red+Green+Blue) = 221+69+62=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD453E is #22BAC1. Grayscale: #717171. Windows color (decimal): -2276034 or 4081117. OLE color: 4081117.

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

Color convert

RGB 221 69 62 -
CMYK 0 0.69 0.72 0.13
HSL 2.64º 0.7% 0.55% -
HSV(B) 2.64º 0.72% 0.87% -
XYZ 32.82 19.98 6.68 -
YUV 113.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 221 69 62 0 0.69 0.72 0.13 2.64 0.7 0.55
Hex DD 45 3E 0 45 48 D 3 46 37
Octal 335 105 76 0 105 110 15 3 106 67
Binary 11011101 1000101 111110 0 1000101 1001000 1101 11 1000110 110111

Color Harmonies of #DD453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD453E

Black with #DD453E

Text Example


Text Example

White with #DD453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD453E; }

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

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

background-color css

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

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

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

border-color css

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

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

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