Html Css Color HEX #D8613E Chilean Fire

📋 copy color: '#D8613E'

red 216 ◦ green 97 ◦ blue 62

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

Shades of Chilean Fire #D8613E

Tints of Chilean Fire #D8613E

RGB

 RED value IS 216 (84.77% from 255) = 57.6%

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

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

R = 57.6%
G = 25.87%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8613E (or 0xD8613E) is known color: Chilean Fire. HEX triplet: D8, 61 and 3E. RGB value is (216,97,62). Sum of RGB (Red+Green+Blue) = 216+97+62=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8613E is #279EC1. Grayscale: #808080. Windows color (decimal): -2596546 or 4088280. OLE color: 4088280.

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

Color convert

RGB 216 97 62 -
CMYK 0 0.55 0.71 0.15
HSL 13.64º 0.66% 0.55% -
HSV(B) 13.64º 0.71% 0.85% -
XYZ 33.46 23.5 7.33 -
YUV 128.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 216 97 62 0 0.55 0.71 0.15 13.64 0.66 0.55
Hex D8 61 3E 0 37 47 F E 42 37
Octal 330 141 76 0 67 107 17 16 102 67
Binary 11011000 1100001 111110 0 110111 1000111 1111 1110 1000010 110111

Color Harmonies of #D8613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8613E

Black with #D8613E

Text Example


Text Example

White with #D8613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8613E; }

 p { color: rgb(216,97,62); }

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

background-color css

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

 a { background-color: rgb(216,97,62); }

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

border-color css

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

 span { border-color: rgb(216,97,62); }

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