Html Css Color HEX #D65935 Chilean Fire

📋 copy color: '#D65935'

red 214 ◦ green 89 ◦ blue 53

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

Shades of Chilean Fire #D65935

Tints of Chilean Fire #D65935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

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

R = 60.11%
G = 25%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D65935 (or 0xD65935) is known color: Chilean Fire. HEX triplet: D6, 59 and 35. RGB value is (214,89,53). Sum of RGB (Red+Green+Blue) = 214+89+53=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D65935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65935 is #29A6CA. Grayscale: #7A7A7A. Windows color (decimal): -2729675 or 3496406. OLE color: 3496406.

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

Color convert

RGB 214 89 53 -
CMYK 0 0.58 0.75 0.16
HSL 13.42º 0.66% 0.52% -
HSV(B) 13.42º 0.75% 0.84% -
XYZ 31.95 21.7 5.87 -
YUV 122.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 214 89 53 0 0.58 0.75 0.16 13.42 0.66 0.52
Hex D6 59 35 0 3A 4B 10 D 42 34
Octal 326 131 65 0 72 113 20 15 102 64
Binary 11010110 1011001 110101 0 111010 1001011 10000 1101 1000010 110100

Color Harmonies of #D65935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65935

Black with #D65935

Text Example


Text Example

White with #D65935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65935; }

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

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

background-color css

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

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

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

border-color css

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

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

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