Html Css Color HEX #DD5023 Chilean Fire

📋 copy color: '#DD5023'

red 221 ◦ green 80 ◦ blue 35

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

Shades of Chilean Fire #DD5023

Tints of Chilean Fire #DD5023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 35 (14.06% from 255) = 10.42%

R = 65.77%
G = 23.81%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5023 (or 0xDD5023) is known color: Chilean Fire. HEX triplet: DD, 50 and 23. RGB value is (221,80,35). Sum of RGB (Red+Green+Blue) = 221+80+35=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5023 is #22AFDC. Grayscale: #757575. Windows color (decimal): -2273245 or 2314461. OLE color: 2314461.

HSL color Cylindrical-coordinate representation of color #DD5023: hue angle of 14.52º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5023 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 35 -
CMYK 0 0.64 0.84 0.13
HSL 14.52º 0.73% 0.5% -
HSV(B) 14.52º 0.84% 0.87% -
XYZ 32.99 21.23 3.95 -
YUV 117.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 221 80 35 0 0.64 0.84 0.13 14.52 0.73 0.5
Hex DD 50 23 0 40 54 D F 49 32
Octal 335 120 43 0 100 124 15 17 111 62
Binary 11011101 1010000 100011 0 1000000 1010100 1101 1111 1001001 110010

Color Harmonies of #DD5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5023

Black with #DD5023

Text Example


Text Example

White with #DD5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5023; }

 p { color: rgb(221,80,35); }

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

background-color css

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

 a { background-color: rgb(221,80,35); }

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

border-color css

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

 span { border-color: rgb(221,80,35); }

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