Html Css Color HEX #D7613F Chilean Fire

📋 copy color: '#D7613F'

red 215 ◦ green 97 ◦ blue 63

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

Shades of Chilean Fire #D7613F

Tints of Chilean Fire #D7613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.8%

R = 57.33%
G = 25.87%
B = 16.8%

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

#D7613F (or 0xD7613F) is known color: Chilean Fire. HEX triplet: D7, 61 and 3F. RGB value is (215,97,63). Sum of RGB (Red+Green+Blue) = 215+97+63=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7613F is #289EC0. Grayscale: #808080. Windows color (decimal): -2662081 or 4153815. OLE color: 4153815.

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

Color convert

RGB 215 97 63 -
CMYK 0 0.55 0.71 0.16
HSL 13.42º 0.66% 0.55% -
HSV(B) 13.42º 0.71% 0.84% -
XYZ 33.2 23.36 7.46 -
YUV 128.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 215 97 63 0 0.55 0.71 0.16 13.42 0.66 0.55
Hex D7 61 3F 0 37 47 10 D 42 37
Octal 327 141 77 0 67 107 20 15 102 67
Binary 11010111 1100001 111111 0 110111 1000111 10000 1101 1000010 110111

Color Harmonies of #D7613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7613F

Black with #D7613F

Text Example


Text Example

White with #D7613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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