Html Css Color HEX #D65C38 Chilean Fire

📋 copy color: '#D65C38'

red 214 ◦ green 92 ◦ blue 56

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

Shades of Chilean Fire #D65C38

Tints of Chilean Fire #D65C38

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

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

R = 59.12%
G = 25.41%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D65C38 (or 0xD65C38) is known color: Chilean Fire. HEX triplet: D6, 5C and 38. RGB value is (214,92,56). Sum of RGB (Red+Green+Blue) = 214+92+56=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C38 is #29A3C7. Grayscale: #7C7C7C. Windows color (decimal): -2728904 or 3693782. OLE color: 3693782.

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

Color convert

RGB 214 92 56 -
CMYK 0 0.57 0.74 0.16
HSL 13.67º 0.66% 0.53% -
HSV(B) 13.67º 0.74% 0.84% -
XYZ 32.27 22.24 6.33 -
YUV 124.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 214 92 56 0 0.57 0.74 0.16 13.67 0.66 0.53
Hex D6 5C 38 0 39 4A 10 E 42 35
Octal 326 134 70 0 71 112 20 16 102 65
Binary 11010110 1011100 111000 0 111001 1001010 10000 1110 1000010 110101

Color Harmonies of #D65C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C38

Black with #D65C38

Text Example


Text Example

White with #D65C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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