Html Css Color HEX #D6613F Chilean Fire

📋 copy color: '#D6613F'

red 214 ◦ green 97 ◦ blue 63

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

Shades of Chilean Fire #D6613F

Tints of Chilean Fire #D6613F

RGB

 RED value IS 214 (83.98% from 255) = 57.22%

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

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

R = 57.22%
G = 25.94%
B = 16.84%

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

#D6613F (or 0xD6613F) is known color: Chilean Fire. HEX triplet: D6, 61 and 3F. RGB value is (214,97,63). Sum of RGB (Red+Green+Blue) = 214+97+63=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6613F is #299EC0. Grayscale: #808080. Windows color (decimal): -2727617 or 4153814. OLE color: 4153814.

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

Color convert

RGB 214 97 63 -
CMYK 0 0.55 0.71 0.16
HSL 13.51º 0.65% 0.54% -
HSV(B) 13.51º 0.71% 0.84% -
XYZ 32.9 23.2 7.45 -
YUV 128.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 214 97 63 0 0.55 0.71 0.16 13.51 0.65 0.54
Hex D6 61 3F 0 37 47 10 E 41 36
Octal 326 141 77 0 67 107 20 16 101 66
Binary 11010110 1100001 111111 0 110111 1000111 10000 1110 1000001 110110

Color Harmonies of #D6613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6613F

Black with #D6613F

Text Example


Text Example

White with #D6613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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