Html Css Color HEX #D65E35 Chilean Fire

📋 copy color: '#D65E35'

red 214 ◦ green 94 ◦ blue 53

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

Shades of Chilean Fire #D65E35

Tints of Chilean Fire #D65E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 59.28%
G = 26.04%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D65E35 (or 0xD65E35) is known color: Chilean Fire. HEX triplet: D6, 5E and 35. RGB value is (214,94,53). Sum of RGB (Red+Green+Blue) = 214+94+53=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E35 is #29A1CA. Grayscale: #7D7D7D. Windows color (decimal): -2728395 or 3497686. OLE color: 3497686.

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

Color convert

RGB 214 94 53 -
CMYK 0 0.56 0.75 0.16
HSL 15.28º 0.66% 0.52% -
HSV(B) 15.28º 0.75% 0.84% -
XYZ 32.38 22.56 6.02 -
YUV 125.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 214 94 53 0 0.56 0.75 0.16 15.28 0.66 0.52
Hex D6 5E 35 0 38 4B 10 F 42 34
Octal 326 136 65 0 70 113 20 17 102 64
Binary 11010110 1011110 110101 0 111000 1001011 10000 1111 1000010 110100

Color Harmonies of #D65E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E35

Black with #D65E35

Text Example


Text Example

White with #D65E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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