Html Css Color HEX #DD602B Chilean Fire

📋 copy color: '#DD602B'

red 221 ◦ green 96 ◦ blue 43

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

Shades of Chilean Fire #DD602B

Tints of Chilean Fire #DD602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 61.39%
G = 26.67%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD602B (or 0xDD602B) is known color: Chilean Fire. HEX triplet: DD, 60 and 2B. RGB value is (221,96,43). Sum of RGB (Red+Green+Blue) = 221+96+43=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD602B is #229FD4. Grayscale: #7F7F7F. Windows color (decimal): -2269141 or 2842845. OLE color: 2842845.

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

Color convert

RGB 221 96 43 -
CMYK 0 0.57 0.81 0.13
HSL 17.87º 0.72% 0.52% -
HSV(B) 17.87º 0.81% 0.87% -
XYZ 34.44 23.91 5.09 -
YUV 127.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 221 96 43 0 0.57 0.81 0.13 17.87 0.72 0.52
Hex DD 60 2B 0 39 51 D 12 48 34
Octal 335 140 53 0 71 121 15 22 110 64
Binary 11011101 1100000 101011 0 111001 1010001 1101 10010 1001000 110100

Color Harmonies of #DD602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD602B

Black with #DD602B

Text Example


Text Example

White with #DD602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD602B; }

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

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

background-color css

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

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

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

border-color css

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

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

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