Html Css Color HEX #D4612C Chilean Fire

📋 copy color: '#D4612C'

red 212 ◦ green 97 ◦ blue 44

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

Shades of Chilean Fire #D4612C

Tints of Chilean Fire #D4612C

RGB

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

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

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

R = 60.06%
G = 27.48%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4612C (or 0xD4612C) is known color: Chilean Fire. HEX triplet: D4, 61 and 2C. RGB value is (212,97,44). Sum of RGB (Red+Green+Blue) = 212+97+44=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4612C is #2B9ED3. Grayscale: #7D7D7D. Windows color (decimal): -2858708 or 2908628. OLE color: 2908628.

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

Color convert

RGB 212 97 44 -
CMYK 0 0.54 0.79 0.17
HSL 18.93º 0.66% 0.5% -
HSV(B) 18.93º 0.79% 0.83% -
XYZ 31.88 22.73 5.09 -
YUV 125.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 212 97 44 0 0.54 0.79 0.17 18.93 0.66 0.5
Hex D4 61 2C 0 36 4F 11 13 42 32
Octal 324 141 54 0 66 117 21 23 102 62
Binary 11010100 1100001 101100 0 110110 1001111 10001 10011 1000010 110010

Color Harmonies of #D4612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4612C

Black with #D4612C

Text Example


Text Example

White with #D4612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4612C; }

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

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

background-color css

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

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

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

border-color css

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

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

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