Html Css Color HEX #D7612C Chilean Fire

📋 copy color: '#D7612C'

red 215 ◦ green 97 ◦ blue 44

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

Shades of Chilean Fire #D7612C

Tints of Chilean Fire #D7612C

RGB

 RED value IS 215 (84.38% from 255) = 60.39%

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

 BLUE value IS 44 (17.58% from 255) = 12.36%

R = 60.39%
G = 27.25%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7612C (or 0xD7612C) is known color: Chilean Fire. HEX triplet: D7, 61 and 2C. RGB value is (215,97,44). Sum of RGB (Red+Green+Blue) = 215+97+44=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7612C is #289ED3. Grayscale: #7E7E7E. Windows color (decimal): -2662100 or 2908631. OLE color: 2908631.

HSL color Cylindrical-coordinate representation of color #D7612C: hue angle of 18.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7612C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 97 44 -
CMYK 0 0.55 0.80 0.16
HSL 18.6º 0.68% 0.51% -
HSV(B) 18.6º 0.8% 0.84% -
XYZ 32.75 23.18 5.13 -
YUV 126.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 215 97 44 0 0.55 0.80 0.16 18.6 0.68 0.51
Hex D7 61 2C 0 37 50 10 13 44 33
Octal 327 141 54 0 67 120 20 23 104 63
Binary 11010111 1100001 101100 0 110111 1010000 10000 10011 1000100 110011

Color Harmonies of #D7612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7612C

Black with #D7612C

Text Example


Text Example

White with #D7612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7612C; }

 p { color: rgb(215,97,44); }

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

background-color css

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

 a { background-color: rgb(215,97,44); }

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

border-color css

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

 span { border-color: rgb(215,97,44); }

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