Html Css Color HEX #D65E38 Chilean Fire

📋 copy color: '#D65E38'

red 214 ◦ green 94 ◦ blue 56

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

Shades of Chilean Fire #D65E38

Tints of Chilean Fire #D65E38

RGB

 RED value IS 214 (83.98% from 255) = 58.79%

 GREEN value IS 94 (37.11% from 255) = 25.82%

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

R = 58.79%
G = 25.82%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D65E38 (or 0xD65E38) is known color: Chilean Fire. HEX triplet: D6, 5E and 38. RGB value is (214,94,56). Sum of RGB (Red+Green+Blue) = 214+94+56=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E38 is #29A1C7. Grayscale: #7D7D7D. Windows color (decimal): -2728392 or 3694294. OLE color: 3694294.

HSL color Cylindrical-coordinate representation of color #D65E38: hue angle of 14.43º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D65E38 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 56 -
CMYK 0 0.56 0.74 0.16
HSL 14.43º 0.66% 0.53% -
HSV(B) 14.43º 0.74% 0.84% -
XYZ 32.45 22.59 6.39 -
YUV 125.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 214 94 56 0 0.56 0.74 0.16 14.43 0.66 0.53
Hex D6 5E 38 0 38 4A 10 E 42 35
Octal 326 136 70 0 70 112 20 16 102 65
Binary 11010110 1011110 111000 0 111000 1001010 10000 1110 1000010 110101

Color Harmonies of #D65E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E38

Black with #D65E38

Text Example


Text Example

White with #D65E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E38; }

 p { color: rgb(214,94,56); }

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

background-color css

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

 a { background-color: rgb(214,94,56); }

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

border-color css

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

 span { border-color: rgb(214,94,56); }

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