Html Css Color HEX #D65A37 Chilean Fire

📋 copy color: '#D65A37'

red 214 ◦ green 90 ◦ blue 55

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

Shades of Chilean Fire #D65A37

Tints of Chilean Fire #D65A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 59.61%
G = 25.07%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D65A37 (or 0xD65A37) is known color: Chilean Fire. HEX triplet: D6, 5A and 37. RGB value is (214,90,55). Sum of RGB (Red+Green+Blue) = 214+90+55=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A37 is #29A5C8. Grayscale: #7B7B7B. Windows color (decimal): -2729417 or 3627734. OLE color: 3627734.

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

Color convert

RGB 214 90 55 -
CMYK 0 0.58 0.74 0.16
HSL 13.21º 0.66% 0.53% -
HSV(B) 13.21º 0.74% 0.84% -
XYZ 32.08 21.88 6.15 -
YUV 123.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 214 90 55 0 0.58 0.74 0.16 13.21 0.66 0.53
Hex D6 5A 37 0 3A 4A 10 D 42 35
Octal 326 132 67 0 72 112 20 15 102 65
Binary 11010110 1011010 110111 0 111010 1001010 10000 1101 1000010 110101

Color Harmonies of #D65A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A37

Black with #D65A37

Text Example


Text Example

White with #D65A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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