Html Css Color HEX #DD602E Chilean Fire

📋 copy color: '#DD602E'

red 221 ◦ green 96 ◦ blue 46

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

Shades of Chilean Fire #DD602E

Tints of Chilean Fire #DD602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 60.88%
G = 26.45%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD602E (or 0xDD602E) is known color: Chilean Fire. HEX triplet: DD, 60 and 2E. RGB value is (221,96,46). Sum of RGB (Red+Green+Blue) = 221+96+46=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD602E is #229FD1. Grayscale: #808080. Windows color (decimal): -2269138 or 3039453. OLE color: 3039453.

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

Color convert

RGB 221 96 46 -
CMYK 0 0.57 0.79 0.13
HSL 17.14º 0.72% 0.52% -
HSV(B) 17.14º 0.79% 0.87% -
XYZ 34.49 23.94 5.39 -
YUV 127.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 221 96 46 0 0.57 0.79 0.13 17.14 0.72 0.52
Hex DD 60 2E 0 39 4F D 11 48 34
Octal 335 140 56 0 71 117 15 21 110 64
Binary 11011101 1100000 101110 0 111001 1001111 1101 10001 1001000 110100

Color Harmonies of #DD602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD602E

Black with #DD602E

Text Example


Text Example

White with #DD602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD602E; }

 p { color: rgb(221,96,46); }

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

background-color css

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

 a { background-color: rgb(221,96,46); }

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

border-color css

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

 span { border-color: rgb(221,96,46); }

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