Html Css Color HEX #D5603E Chilean Fire

📋 copy color: '#D5603E'

red 213 ◦ green 96 ◦ blue 62

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

Shades of Chilean Fire #D5603E

Tints of Chilean Fire #D5603E

RGB

 RED value IS 213 (83.59% from 255) = 57.41%

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

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 57.41%
G = 25.88%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5603E (or 0xD5603E) is known color: Chilean Fire. HEX triplet: D5, 60 and 3E. RGB value is (213,96,62). Sum of RGB (Red+Green+Blue) = 213+96+62=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5603E is #2A9FC1. Grayscale: #7F7F7F. Windows color (decimal): -2793410 or 4088021. OLE color: 4088021.

HSL color Cylindrical-coordinate representation of color #D5603E: hue angle of 13.51º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5603E is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 62 -
CMYK 0 0.55 0.71 0.16
HSL 13.51º 0.64% 0.54% -
HSV(B) 13.51º 0.71% 0.84% -
XYZ 32.49 22.86 7.26 -
YUV 127.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 213 96 62 0 0.55 0.71 0.16 13.51 0.64 0.54
Hex D5 60 3E 0 37 47 10 E 40 36
Octal 325 140 76 0 67 107 20 16 100 66
Binary 11010101 1100000 111110 0 110111 1000111 10000 1110 1000000 110110

Color Harmonies of #D5603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5603E

Black with #D5603E

Text Example


Text Example

White with #D5603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5603E; }

 p { color: rgb(213,96,62); }

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

background-color css

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

 a { background-color: rgb(213,96,62); }

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

border-color css

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

 span { border-color: rgb(213,96,62); }

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