Html Css Color HEX #DD431D Cinnabar

📋 copy color: '#DD431D'

red 221 ◦ green 67 ◦ blue 29

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

Shades of Cinnabar #DD431D

Tints of Cinnabar #DD431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 69.72%
G = 21.14%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD431D (or 0xDD431D) is known color: Cinnabar. HEX triplet: DD, 43 and 1D. RGB value is (221,67,29). Sum of RGB (Red+Green+Blue) = 221+67+29=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD431D is #22BCE2. Grayscale: #6D6D6D. Windows color (decimal): -2276579 or 1917917. OLE color: 1917917.

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

Color convert

RGB 221 67 29 -
CMYK 0 0.70 0.87 0.13
HSL 11.88º 0.77% 0.49% -
HSV(B) 11.88º 0.87% 0.87% -
XYZ 32.05 19.48 3.23 -
YUV 108.71 83.02 208.09 -
System Red Green Blue C M Y K H S L
Decimal 221 67 29 0 0.70 0.87 0.13 11.88 0.77 0.49
Hex DD 43 1D 0 46 57 D C 4D 31
Octal 335 103 35 0 106 127 15 14 115 61
Binary 11011101 1000011 11101 0 1000110 1010111 1101 1100 1001101 110001

Color Harmonies of #DD431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD431D

Black with #DD431D

Text Example


Text Example

White with #DD431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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