Html Css Color HEX #D46038 Chilean Fire

📋 copy color: '#D46038'

red 212 ◦ green 96 ◦ blue 56

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

Shades of Chilean Fire #D46038

Tints of Chilean Fire #D46038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.38%

R = 58.24%
G = 26.37%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D46038 (or 0xD46038) is known color: Chilean Fire. HEX triplet: D4, 60 and 38. RGB value is (212,96,56). Sum of RGB (Red+Green+Blue) = 212+96+56=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D46038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46038 is #2B9FC7. Grayscale: #7E7E7E. Windows color (decimal): -2858952 or 3694804. OLE color: 3694804.

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

Color convert

RGB 212 96 56 -
CMYK 0 0.55 0.74 0.17
HSL 15.38º 0.64% 0.53% -
HSV(B) 15.38º 0.74% 0.83% -
XYZ 32.05 22.65 6.42 -
YUV 126.12 88.43 189.25 -
System Red Green Blue C M Y K H S L
Decimal 212 96 56 0 0.55 0.74 0.17 15.38 0.64 0.53
Hex D4 60 38 0 37 4A 11 F 40 35
Octal 324 140 70 0 67 112 21 17 100 65
Binary 11010100 1100000 111000 0 110111 1001010 10001 1111 1000000 110101

Color Harmonies of #D46038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46038

Black with #D46038

Text Example


Text Example

White with #D46038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46038; }

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

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

background-color css

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

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

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

border-color css

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

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

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