Html Css Color HEX #D4613A Chilean Fire

📋 copy color: '#D4613A'

red 212 ◦ green 97 ◦ blue 58

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

Shades of Chilean Fire #D4613A

Tints of Chilean Fire #D4613A

RGB

 RED value IS 212 (83.2% from 255) = 57.77%

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

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

R = 57.77%
G = 26.43%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4613A (or 0xD4613A) is known color: Chilean Fire. HEX triplet: D4, 61 and 3A. RGB value is (212,97,58). Sum of RGB (Red+Green+Blue) = 212+97+58=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D4613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4613A is #2B9EC5. Grayscale: #7F7F7F. Windows color (decimal): -2858694 or 3826132. OLE color: 3826132.

HSL color Cylindrical-coordinate representation of color #D4613A: hue angle of 15.19º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4613A is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 58 -
CMYK 0 0.54 0.73 0.17
HSL 15.19º 0.64% 0.53% -
HSV(B) 15.19º 0.73% 0.83% -
XYZ 32.19 22.85 6.72 -
YUV 126.94 89.1 188.67 -
System Red Green Blue C M Y K H S L
Decimal 212 97 58 0 0.54 0.73 0.17 15.19 0.64 0.53
Hex D4 61 3A 0 36 49 11 F 40 35
Octal 324 141 72 0 66 111 21 17 100 65
Binary 11010100 1100001 111010 0 110110 1001001 10001 1111 1000000 110101

Color Harmonies of #D4613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4613A

Black with #D4613A

Text Example


Text Example

White with #D4613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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