Html Css Color HEX #D6613A Chilean Fire

📋 copy color: '#D6613A'

red 214 ◦ green 97 ◦ blue 58

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

Shades of Chilean Fire #D6613A

Tints of Chilean Fire #D6613A

RGB

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

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

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

R = 57.99%
G = 26.29%
B = 15.72%

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

#D6613A (or 0xD6613A) is known color: Chilean Fire. HEX triplet: D6, 61 and 3A. RGB value is (214,97,58). Sum of RGB (Red+Green+Blue) = 214+97+58=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6613A is #299EC5. Grayscale: #7F7F7F. Windows color (decimal): -2727622 or 3826134. OLE color: 3826134.

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

Color convert

RGB 214 97 58 -
CMYK 0 0.55 0.73 0.16
HSL 15º 0.66% 0.53% -
HSV(B) 15º 0.73% 0.84% -
XYZ 32.77 23.15 6.74 -
YUV 127.54 88.76 189.67 -
System Red Green Blue C M Y K H S L
Decimal 214 97 58 0 0.55 0.73 0.16 15 0.66 0.53
Hex D6 61 3A 0 37 49 10 F 42 35
Octal 326 141 72 0 67 111 20 17 102 65
Binary 11010110 1100001 111010 0 110111 1001001 10000 1111 1000010 110101

Color Harmonies of #D6613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6613A

Black with #D6613A

Text Example


Text Example

White with #D6613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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