Html Css Color HEX #D7613A Chilean Fire

📋 copy color: '#D7613A'

red 215 ◦ green 97 ◦ blue 58

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

Shades of Chilean Fire #D7613A

Tints of Chilean Fire #D7613A

RGB

 RED value IS 215 (84.38% from 255) = 58.11%

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

 BLUE value IS 58 (23.05% from 255) = 15.68%

R = 58.11%
G = 26.22%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7613A (or 0xD7613A) is known color: Chilean Fire. HEX triplet: D7, 61 and 3A. RGB value is (215,97,58). Sum of RGB (Red+Green+Blue) = 215+97+58=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D7613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7613A is #289EC5. Grayscale: #808080. Windows color (decimal): -2662086 or 3826135. OLE color: 3826135.

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

Color convert

RGB 215 97 58 -
CMYK 0 0.55 0.73 0.16
HSL 14.9º 0.66% 0.54% -
HSV(B) 14.9º 0.73% 0.84% -
XYZ 33.06 23.3 6.76 -
YUV 127.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 215 97 58 0 0.55 0.73 0.16 14.9 0.66 0.54
Hex D7 61 3A 0 37 49 10 F 42 36
Octal 327 141 72 0 67 111 20 17 102 66
Binary 11010111 1100001 111010 0 110111 1001001 10000 1111 1000010 110110

Color Harmonies of #D7613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7613A

Black with #D7613A

Text Example


Text Example

White with #D7613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7613A; }

 p { color: rgb(215,97,58); }

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

background-color css

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

 a { background-color: rgb(215,97,58); }

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

border-color css

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

 span { border-color: rgb(215,97,58); }

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