Html Css Color HEX #DD5A2A Chilean Fire

📋 copy color: '#DD5A2A'

red 221 ◦ green 90 ◦ blue 42

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

Shades of Chilean Fire #DD5A2A

Tints of Chilean Fire #DD5A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 62.61%
G = 25.5%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD5A2A (or 0xDD5A2A) is known color: Chilean Fire. HEX triplet: DD, 5A and 2A. RGB value is (221,90,42). Sum of RGB (Red+Green+Blue) = 221+90+42=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A2A is #22A5D5. Grayscale: #7C7C7C. Windows color (decimal): -2270678 or 2775773. OLE color: 2775773.

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

Color convert

RGB 221 90 42 -
CMYK 0 0.59 0.81 0.13
HSL 16.09º 0.72% 0.52% -
HSV(B) 16.09º 0.81% 0.87% -
XYZ 33.89 22.85 4.81 -
YUV 123.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 221 90 42 0 0.59 0.81 0.13 16.09 0.72 0.52
Hex DD 5A 2A 0 3B 51 D 10 48 34
Octal 335 132 52 0 73 121 15 20 110 64
Binary 11011101 1011010 101010 0 111011 1010001 1101 10000 1001000 110100

Color Harmonies of #DD5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A2A

Black with #DD5A2A

Text Example


Text Example

White with #DD5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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