Html Css Color HEX #D65C31 Chilean Fire

📋 copy color: '#D65C31'

red 214 ◦ green 92 ◦ blue 49

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

Shades of Chilean Fire #D65C31

Tints of Chilean Fire #D65C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 60.28%
G = 25.92%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D65C31 (or 0xD65C31) is known color: Chilean Fire. HEX triplet: D6, 5C and 31. RGB value is (214,92,49). Sum of RGB (Red+Green+Blue) = 214+92+49=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C31 is #29A3CE. Grayscale: #7B7B7B. Windows color (decimal): -2728911 or 3235030. OLE color: 3235030.

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

Color convert

RGB 214 92 49 -
CMYK 0 0.57 0.77 0.16
HSL 15.64º 0.67% 0.52% -
HSV(B) 15.64º 0.77% 0.84% -
XYZ 32.11 22.17 5.49 -
YUV 123.58 85.92 192.5 -
System Red Green Blue C M Y K H S L
Decimal 214 92 49 0 0.57 0.77 0.16 15.64 0.67 0.52
Hex D6 5C 31 0 39 4D 10 10 43 34
Octal 326 134 61 0 71 115 20 20 103 64
Binary 11010110 1011100 110001 0 111001 1001101 10000 10000 1000011 110100

Color Harmonies of #D65C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C31

Black with #D65C31

Text Example


Text Example

White with #D65C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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