Html Css Color HEX #D46028 Chilean Fire

📋 copy color: '#D46028'

red 212 ◦ green 96 ◦ blue 40

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

Shades of Chilean Fire #D46028

Tints of Chilean Fire #D46028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 60.92%
G = 27.59%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D46028 (or 0xD46028) is known color: Chilean Fire. HEX triplet: D4, 60 and 28. RGB value is (212,96,40). Sum of RGB (Red+Green+Blue) = 212+96+40=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D46028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46028 is #2B9FD7. Grayscale: #7C7C7C. Windows color (decimal): -2858968 or 2646228. OLE color: 2646228.

HSL color Cylindrical-coordinate representation of color #D46028: hue angle of 19.53º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D46028 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 40 -
CMYK 0 0.55 0.81 0.17
HSL 19.53º 0.68% 0.49% -
HSV(B) 19.53º 0.81% 0.83% -
XYZ 31.72 22.52 4.68 -
YUV 124.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 212 96 40 0 0.55 0.81 0.17 19.53 0.68 0.49
Hex D4 60 28 0 37 51 11 14 44 31
Octal 324 140 50 0 67 121 21 24 104 61
Binary 11010100 1100000 101000 0 110111 1010001 10001 10100 1000100 110001

Color Harmonies of #D46028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46028

Black with #D46028

Text Example


Text Example

White with #D46028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46028; }

 p { color: rgb(212,96,40); }

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

background-color css

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

 a { background-color: rgb(212,96,40); }

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

border-color css

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

 span { border-color: rgb(212,96,40); }

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