Html Css Color HEX #DD602F Chilean Fire

📋 copy color: '#DD602F'

red 221 ◦ green 96 ◦ blue 47

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

Shades of Chilean Fire #DD602F

Tints of Chilean Fire #DD602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 60.71%
G = 26.37%
B = 12.91%

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

#DD602F (or 0xDD602F) is known color: Chilean Fire. HEX triplet: DD, 60 and 2F. RGB value is (221,96,47). Sum of RGB (Red+Green+Blue) = 221+96+47=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD602F is #229FD0. Grayscale: #808080. Windows color (decimal): -2269137 or 3104989. OLE color: 3104989.

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

Color convert

RGB 221 96 47 -
CMYK 0 0.57 0.79 0.13
HSL 16.9º 0.72% 0.53% -
HSV(B) 16.9º 0.79% 0.87% -
XYZ 34.51 23.94 5.49 -
YUV 127.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 221 96 47 0 0.57 0.79 0.13 16.9 0.72 0.53
Hex DD 60 2F 0 39 4F D 11 48 35
Octal 335 140 57 0 71 117 15 21 110 65
Binary 11011101 1100000 101111 0 111001 1001111 1101 10001 1001000 110101

Color Harmonies of #DD602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD602F

Black with #DD602F

Text Example


Text Example

White with #DD602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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