Html Css Color HEX #DD453A Cinnabar

📋 copy color: '#DD453A'

red 221 ◦ green 69 ◦ blue 58

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

Shades of Cinnabar #DD453A

Tints of Cinnabar #DD453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 63.51%
G = 19.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD453A (or 0xDD453A) is known color: Cinnabar. HEX triplet: DD, 45 and 3A. RGB value is (221,69,58). Sum of RGB (Red+Green+Blue) = 221+69+58=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD453A is #22BAC5. Grayscale: #717171. Windows color (decimal): -2276038 or 3818973. OLE color: 3818973.

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

Color convert

RGB 221 69 58 -
CMYK 0 0.69 0.74 0.13
HSL 4.05º 0.71% 0.55% -
HSV(B) 4.05º 0.74% 0.87% -
XYZ 32.71 19.93 6.13 -
YUV 113.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 221 69 58 0 0.69 0.74 0.13 4.05 0.71 0.55
Hex DD 45 3A 0 45 4A D 4 47 37
Octal 335 105 72 0 105 112 15 4 107 67
Binary 11011101 1000101 111010 0 1000101 1001010 1101 100 1000111 110111

Color Harmonies of #DD453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD453A

Black with #DD453A

Text Example


Text Example

White with #DD453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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