Html Css Color HEX #D65A3A Chilean Fire

📋 copy color: '#D65A3A'

red 214 ◦ green 90 ◦ blue 58

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

Shades of Chilean Fire #D65A3A

Tints of Chilean Fire #D65A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 59.12%
G = 24.86%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D65A3A (or 0xD65A3A) is known color: Chilean Fire. HEX triplet: D6, 5A and 3A. RGB value is (214,90,58). Sum of RGB (Red+Green+Blue) = 214+90+58=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A3A is #29A5C5. Grayscale: #7B7B7B. Windows color (decimal): -2729414 or 3824342. OLE color: 3824342.

HSL color Cylindrical-coordinate representation of color #D65A3A: hue angle of 12.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D65A3A is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 58 -
CMYK 0 0.58 0.73 0.16
HSL 12.31º 0.66% 0.53% -
HSV(B) 12.31º 0.73% 0.84% -
XYZ 32.15 21.91 6.54 -
YUV 123.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 214 90 58 0 0.58 0.73 0.16 12.31 0.66 0.53
Hex D6 5A 3A 0 3A 49 10 C 42 35
Octal 326 132 72 0 72 111 20 14 102 65
Binary 11010110 1011010 111010 0 111010 1001001 10000 1100 1000010 110101

Color Harmonies of #D65A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A3A

Black with #D65A3A

Text Example


Text Example

White with #D65A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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