Html Css Color HEX #D8613B Chilean Fire

📋 copy color: '#D8613B'

red 216 ◦ green 97 ◦ blue 59

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

Shades of Chilean Fire #D8613B

Tints of Chilean Fire #D8613B

RGB

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

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

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

R = 58.06%
G = 26.08%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8613B (or 0xD8613B) is known color: Chilean Fire. HEX triplet: D8, 61 and 3B. RGB value is (216,97,59). Sum of RGB (Red+Green+Blue) = 216+97+59=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8613B is #279EC4. Grayscale: #808080. Windows color (decimal): -2596549 or 3891672. OLE color: 3891672.

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

Color convert

RGB 216 97 59 -
CMYK 0 0.55 0.73 0.15
HSL 14.52º 0.67% 0.54% -
HSV(B) 14.52º 0.73% 0.85% -
XYZ 33.38 23.46 6.91 -
YUV 128.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 216 97 59 0 0.55 0.73 0.15 14.52 0.67 0.54
Hex D8 61 3B 0 37 49 F F 43 36
Octal 330 141 73 0 67 111 17 17 103 66
Binary 11011000 1100001 111011 0 110111 1001001 1111 1111 1000011 110110

Color Harmonies of #D8613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8613B

Black with #D8613B

Text Example


Text Example

White with #D8613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8613B; }

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

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

background-color css

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

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

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

border-color css

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

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

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