Html Css Color HEX #D5633D Chilean Fire

📋 copy color: '#D5633D'

red 213 ◦ green 99 ◦ blue 61

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

Shades of Chilean Fire #D5633D

Tints of Chilean Fire #D5633D

RGB

 RED value IS 213 (83.59% from 255) = 57.1%

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 57.1%
G = 26.54%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5633D (or 0xD5633D) is known color: Chilean Fire. HEX triplet: D5, 63 and 3D. RGB value is (213,99,61). Sum of RGB (Red+Green+Blue) = 213+99+61=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5633D is #2A9CC2. Grayscale: #818181. Windows color (decimal): -2792643 or 4023253. OLE color: 4023253.

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

Color convert

RGB 213 99 61 -
CMYK 0 0.54 0.71 0.16
HSL 15º 0.64% 0.54% -
HSV(B) 15º 0.71% 0.84% -
XYZ 32.74 23.41 7.21 -
YUV 128.75 89.77 188.09 -
System Red Green Blue C M Y K H S L
Decimal 213 99 61 0 0.54 0.71 0.16 15 0.64 0.54
Hex D5 63 3D 0 36 47 10 F 40 36
Octal 325 143 75 0 66 107 20 17 100 66
Binary 11010101 1100011 111101 0 110110 1000111 10000 1111 1000000 110110

Color Harmonies of #D5633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5633D

Black with #D5633D

Text Example


Text Example

White with #D5633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5633D; }

 p { color: rgb(213,99,61); }

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

background-color css

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

 a { background-color: rgb(213,99,61); }

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

border-color css

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

 span { border-color: rgb(213,99,61); }

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