Html Css Color HEX #D5602D Chilean Fire

📋 copy color: '#D5602D'

red 213 ◦ green 96 ◦ blue 45

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

Shades of Chilean Fire #D5602D

Tints of Chilean Fire #D5602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 60.17%
G = 27.12%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5602D (or 0xD5602D) is known color: Chilean Fire. HEX triplet: D5, 60 and 2D. RGB value is (213,96,45). Sum of RGB (Red+Green+Blue) = 213+96+45=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5602D is #2A9FD2. Grayscale: #7D7D7D. Windows color (decimal): -2793427 or 2973909. OLE color: 2973909.

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

Color convert

RGB 213 96 45 -
CMYK 0 0.55 0.79 0.16
HSL 18.21º 0.67% 0.51% -
HSV(B) 18.21º 0.79% 0.84% -
XYZ 32.1 22.7 5.17 -
YUV 125.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 213 96 45 0 0.55 0.79 0.16 18.21 0.67 0.51
Hex D5 60 2D 0 37 4F 10 12 43 33
Octal 325 140 55 0 67 117 20 22 103 63
Binary 11010101 1100000 101101 0 110111 1001111 10000 10010 1000011 110011

Color Harmonies of #D5602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5602D

Black with #D5602D

Text Example


Text Example

White with #D5602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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