Html Css Color HEX #D65F38 Chilean Fire

📋 copy color: '#D65F38'

red 214 ◦ green 95 ◦ blue 56

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

Shades of Chilean Fire #D65F38

Tints of Chilean Fire #D65F38

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 58.63%
G = 26.03%
B = 15.34%

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

#D65F38 (or 0xD65F38) is known color: Chilean Fire. HEX triplet: D6, 5F and 38. RGB value is (214,95,56). Sum of RGB (Red+Green+Blue) = 214+95+56=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F38 is #29A0C7. Grayscale: #7E7E7E. Windows color (decimal): -2728136 or 3694550. OLE color: 3694550.

HSL color Cylindrical-coordinate representation of color #D65F38: hue angle of 14.81º 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 #D65F38 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 56 -
CMYK 0 0.56 0.74 0.16
HSL 14.81º 0.66% 0.53% -
HSV(B) 14.81º 0.74% 0.84% -
XYZ 32.54 22.77 6.42 -
YUV 126.14 88.42 190.67 -
System Red Green Blue C M Y K H S L
Decimal 214 95 56 0 0.56 0.74 0.16 14.81 0.66 0.53
Hex D6 5F 38 0 38 4A 10 F 42 35
Octal 326 137 70 0 70 112 20 17 102 65
Binary 11010110 1011111 111000 0 111000 1001010 10000 1111 1000010 110101

Color Harmonies of #D65F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F38

Black with #D65F38

Text Example


Text Example

White with #D65F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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