Html Css Color HEX #D5633F Chilean Fire

📋 copy color: '#D5633F'

red 213 ◦ green 99 ◦ blue 63

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

Shades of Chilean Fire #D5633F

Tints of Chilean Fire #D5633F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.8%

R = 56.8%
G = 26.4%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5633F (or 0xD5633F) is known color: Chilean Fire. HEX triplet: D5, 63 and 3F. RGB value is (213,99,63). Sum of RGB (Red+Green+Blue) = 213+99+63=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5633F is #2A9CC0. Grayscale: #818181. Windows color (decimal): -2792641 or 4154325. OLE color: 4154325.

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

Color convert

RGB 213 99 63 -
CMYK 0 0.54 0.70 0.16
HSL 14.4º 0.64% 0.54% -
HSV(B) 14.4º 0.7% 0.84% -
XYZ 32.8 23.43 7.5 -
YUV 128.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 213 99 63 0 0.54 0.70 0.16 14.4 0.64 0.54
Hex D5 63 3F 0 36 46 10 E 40 36
Octal 325 143 77 0 66 106 20 16 100 66
Binary 11010101 1100011 111111 0 110110 1000110 10000 1110 1000000 110110

Color Harmonies of #D5633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5633F

Black with #D5633F

Text Example


Text Example

White with #D5633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5633F; }

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

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

background-color css

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

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

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

border-color css

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

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

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