Html Css Color HEX #D65D35 Chilean Fire

📋 copy color: '#D65D35'

red 214 ◦ green 93 ◦ blue 53

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

Shades of Chilean Fire #D65D35

Tints of Chilean Fire #D65D35

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 59.44%
G = 25.83%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D65D35 (or 0xD65D35) is known color: Chilean Fire. HEX triplet: D6, 5D and 35. RGB value is (214,93,53). Sum of RGB (Red+Green+Blue) = 214+93+53=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D35 is #29A2CA. Grayscale: #7C7C7C. Windows color (decimal): -2728651 or 3497430. OLE color: 3497430.

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

Color convert

RGB 214 93 53 -
CMYK 0 0.57 0.75 0.16
HSL 14.91º 0.66% 0.52% -
HSV(B) 14.91º 0.75% 0.84% -
XYZ 32.29 22.38 5.99 -
YUV 124.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 214 93 53 0 0.57 0.75 0.16 14.91 0.66 0.52
Hex D6 5D 35 0 39 4B 10 F 42 34
Octal 326 135 65 0 71 113 20 17 102 64
Binary 11010110 1011101 110101 0 111001 1001011 10000 1111 1000010 110100

Color Harmonies of #D65D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D35

Black with #D65D35

Text Example


Text Example

White with #D65D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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