Html Css Color HEX #D65C29 Chilean Fire

📋 copy color: '#D65C29'

red 214 ◦ green 92 ◦ blue 41

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

Shades of Chilean Fire #D65C29

Tints of Chilean Fire #D65C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 61.67%
G = 26.51%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D65C29 (or 0xD65C29) is known color: Chilean Fire. HEX triplet: D6, 5C and 29. RGB value is (214,92,41). Sum of RGB (Red+Green+Blue) = 214+92+41=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C29 is #29A3D6. Grayscale: #7A7A7A. Windows color (decimal): -2728919 or 2710742. OLE color: 2710742.

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

Color convert

RGB 214 92 41 -
CMYK 0 0.57 0.81 0.16
HSL 17.69º 0.68% 0.5% -
HSV(B) 17.69º 0.81% 0.84% -
XYZ 31.96 22.11 4.68 -
YUV 122.66 81.92 193.15 -
System Red Green Blue C M Y K H S L
Decimal 214 92 41 0 0.57 0.81 0.16 17.69 0.68 0.5
Hex D6 5C 29 0 39 51 10 12 44 32
Octal 326 134 51 0 71 121 20 22 104 62
Binary 11010110 1011100 101001 0 111001 1010001 10000 10010 1000100 110010

Color Harmonies of #D65C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C29

Black with #D65C29

Text Example


Text Example

White with #D65C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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