Html Css Color HEX #DD432D Cinnabar

📋 copy color: '#DD432D'

red 221 ◦ green 67 ◦ blue 45

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

Shades of Cinnabar #DD432D

Tints of Cinnabar #DD432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 66.37%
G = 20.12%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD432D (or 0xDD432D) is known color: Cinnabar. HEX triplet: DD, 43 and 2D. RGB value is (221,67,45). Sum of RGB (Red+Green+Blue) = 221+67+45=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD432D is #22BCD2. Grayscale: #6E6E6E. Windows color (decimal): -2276563 or 2966493. OLE color: 2966493.

HSL color Cylindrical-coordinate representation of color #DD432D: hue angle of 7.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD432D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 45 -
CMYK 0 0.70 0.80 0.13
HSL 7.5º 0.72% 0.52% -
HSV(B) 7.5º 0.8% 0.87% -
XYZ 32.3 19.58 4.56 -
YUV 110.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 221 67 45 0 0.70 0.80 0.13 7.5 0.72 0.52
Hex DD 43 2D 0 46 50 D 8 48 34
Octal 335 103 55 0 106 120 15 10 110 64
Binary 11011101 1000011 101101 0 1000110 1010000 1101 1000 1001000 110100

Color Harmonies of #DD432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD432D

Black with #DD432D

Text Example


Text Example

White with #DD432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD432D; }

 p { color: rgb(221,67,45); }

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

background-color css

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

 a { background-color: rgb(221,67,45); }

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

border-color css

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

 span { border-color: rgb(221,67,45); }

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