Html Css Color HEX #D5613B Chilean Fire

📋 copy color: '#D5613B'

red 213 ◦ green 97 ◦ blue 59

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

Shades of Chilean Fire #D5613B

Tints of Chilean Fire #D5613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 57.72%
G = 26.29%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5613B (or 0xD5613B) is known color: Chilean Fire. HEX triplet: D5, 61 and 3B. RGB value is (213,97,59). Sum of RGB (Red+Green+Blue) = 213+97+59=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5613B is #2A9EC4. Grayscale: #7F7F7F. Windows color (decimal): -2793157 or 3891669. OLE color: 3891669.

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

Color convert

RGB 213 97 59 -
CMYK 0 0.54 0.72 0.16
HSL 14.81º 0.65% 0.53% -
HSV(B) 14.81º 0.72% 0.84% -
XYZ 32.5 23.01 6.87 -
YUV 127.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 213 97 59 0 0.54 0.72 0.16 14.81 0.65 0.53
Hex D5 61 3B 0 36 48 10 F 41 35
Octal 325 141 73 0 66 110 20 17 101 65
Binary 11010101 1100001 111011 0 110110 1001000 10000 1111 1000001 110101

Color Harmonies of #D5613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5613B

Black with #D5613B

Text Example


Text Example

White with #D5613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5613B; }

 p { color: rgb(213,97,59); }

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

background-color css

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

 a { background-color: rgb(213,97,59); }

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

border-color css

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

 span { border-color: rgb(213,97,59); }

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