Html Css Color HEX #DD512A Chilean Fire

📋 copy color: '#DD512A'

red 221 ◦ green 81 ◦ blue 42

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

Shades of Chilean Fire #DD512A

Tints of Chilean Fire #DD512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 64.24%
G = 23.55%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD512A (or 0xDD512A) is known color: Chilean Fire. HEX triplet: DD, 51 and 2A. RGB value is (221,81,42). Sum of RGB (Red+Green+Blue) = 221+81+42=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD512A is #22AED5. Grayscale: #767676. Windows color (decimal): -2272982 or 2773469. OLE color: 2773469.

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

Color convert

RGB 221 81 42 -
CMYK 0 0.63 0.81 0.13
HSL 13.07º 0.72% 0.52% -
HSV(B) 13.07º 0.81% 0.87% -
XYZ 33.18 21.42 4.58 -
YUV 118.41 84.88 201.17 -
System Red Green Blue C M Y K H S L
Decimal 221 81 42 0 0.63 0.81 0.13 13.07 0.72 0.52
Hex DD 51 2A 0 3F 51 D D 48 34
Octal 335 121 52 0 77 121 15 15 110 64
Binary 11011101 1010001 101010 0 111111 1010001 1101 1101 1001000 110100

Color Harmonies of #DD512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD512A

Black with #DD512A

Text Example


Text Example

White with #DD512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD512A; }

 p { color: rgb(221,81,42); }

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

background-color css

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

 a { background-color: rgb(221,81,42); }

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

border-color css

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

 span { border-color: rgb(221,81,42); }

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