Html Css Color HEX #D65C3B Chilean Fire

📋 copy color: '#D65C3B'

red 214 ◦ green 92 ◦ blue 59

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

Shades of Chilean Fire #D65C3B

Tints of Chilean Fire #D65C3B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 58.63%
G = 25.21%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D65C3B (or 0xD65C3B) is known color: Chilean Fire. HEX triplet: D6, 5C and 3B. RGB value is (214,92,59). Sum of RGB (Red+Green+Blue) = 214+92+59=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C3B is #29A3C4. Grayscale: #7C7C7C. Windows color (decimal): -2728901 or 3890390. OLE color: 3890390.

HSL color Cylindrical-coordinate representation of color #D65C3B: hue angle of 12.77º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D65C3B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 92 59 -
CMYK 0 0.57 0.72 0.16
HSL 12.77º 0.65% 0.54% -
HSV(B) 12.77º 0.72% 0.84% -
XYZ 32.35 22.27 6.73 -
YUV 124.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 214 92 59 0 0.57 0.72 0.16 12.77 0.65 0.54
Hex D6 5C 3B 0 39 48 10 D 41 36
Octal 326 134 73 0 71 110 20 15 101 66
Binary 11010110 1011100 111011 0 111001 1001000 10000 1101 1000001 110110

Color Harmonies of #D65C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C3B

Black with #D65C3B

Text Example


Text Example

White with #D65C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C3B; }

 p { color: rgb(214,92,59); }

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

background-color css

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

 a { background-color: rgb(214,92,59); }

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

border-color css

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

 span { border-color: rgb(214,92,59); }

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