Html Css Color HEX #D65337 Chilean Fire

📋 copy color: '#D65337'

red 214 ◦ green 83 ◦ blue 55

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

Shades of Chilean Fire #D65337

Tints of Chilean Fire #D65337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 55 (21.88% from 255) = 15.63%

R = 60.8%
G = 23.58%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D65337 (or 0xD65337) is known color: Chilean Fire. HEX triplet: D6, 53 and 37. RGB value is (214,83,55). Sum of RGB (Red+Green+Blue) = 214+83+55=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D65337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65337 is #29ACC8. Grayscale: #777777. Windows color (decimal): -2731209 or 3625942. OLE color: 3625942.

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

Color convert

RGB 214 83 55 -
CMYK 0 0.61 0.74 0.16
HSL 10.57º 0.66% 0.53% -
HSV(B) 10.57º 0.74% 0.84% -
XYZ 31.51 20.76 5.96 -
YUV 118.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 214 83 55 0 0.61 0.74 0.16 10.57 0.66 0.53
Hex D6 53 37 0 3D 4A 10 B 42 35
Octal 326 123 67 0 75 112 20 13 102 65
Binary 11010110 1010011 110111 0 111101 1001010 10000 1011 1000010 110101

Color Harmonies of #D65337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65337

Black with #D65337

Text Example


Text Example

White with #D65337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65337; }

 p { color: rgb(214,83,55); }

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

background-color css

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

 a { background-color: rgb(214,83,55); }

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

border-color css

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

 span { border-color: rgb(214,83,55); }

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