Html Css Color HEX #D65532 Chilean Fire

📋 copy color: '#D65532'

red 214 ◦ green 85 ◦ blue 50

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

Shades of Chilean Fire #D65532

Tints of Chilean Fire #D65532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 61.32%
G = 24.36%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D65532 (or 0xD65532) is known color: Chilean Fire. HEX triplet: D6, 55 and 32. RGB value is (214,85,50). Sum of RGB (Red+Green+Blue) = 214+85+50=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D65532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65532 is #29AACD. Grayscale: #777777. Windows color (decimal): -2730702 or 3298774. OLE color: 3298774.

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

Color convert

RGB 214 85 50 -
CMYK 0 0.60 0.77 0.16
HSL 12.8º 0.67% 0.52% -
HSV(B) 12.8º 0.77% 0.84% -
XYZ 31.56 21.02 5.41 -
YUV 119.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 214 85 50 0 0.60 0.77 0.16 12.8 0.67 0.52
Hex D6 55 32 0 3C 4D 10 D 43 34
Octal 326 125 62 0 74 115 20 15 103 64
Binary 11010110 1010101 110010 0 111100 1001101 10000 1101 1000011 110100

Color Harmonies of #D65532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65532

Black with #D65532

Text Example


Text Example

White with #D65532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65532; }

 p { color: rgb(214,85,50); }

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

background-color css

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

 a { background-color: rgb(214,85,50); }

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

border-color css

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

 span { border-color: rgb(214,85,50); }

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