Html Css Color HEX #D65835 Chilean Fire

📋 copy color: '#D65835'

red 214 ◦ green 88 ◦ blue 53

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

Shades of Chilean Fire #D65835

Tints of Chilean Fire #D65835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

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

R = 60.28%
G = 24.79%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D65835 (or 0xD65835) is known color: Chilean Fire. HEX triplet: D6, 58 and 35. RGB value is (214,88,53). Sum of RGB (Red+Green+Blue) = 214+88+53=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D65835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65835 is #29A7CA. Grayscale: #797979. Windows color (decimal): -2729931 or 3496150. OLE color: 3496150.

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

Color convert

RGB 214 88 53 -
CMYK 0 0.59 0.75 0.16
HSL 13.04º 0.66% 0.52% -
HSV(B) 13.04º 0.75% 0.84% -
XYZ 31.86 21.53 5.84 -
YUV 121.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 214 88 53 0 0.59 0.75 0.16 13.04 0.66 0.52
Hex D6 58 35 0 3B 4B 10 D 42 34
Octal 326 130 65 0 73 113 20 15 102 64
Binary 11010110 1011000 110101 0 111011 1001011 10000 1101 1000010 110100

Color Harmonies of #D65835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65835

Black with #D65835

Text Example


Text Example

White with #D65835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65835; }

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

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

background-color css

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

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

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

border-color css

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

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

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